| plan 9 kernel history: overview | file list | diff list |
2000/0424/ip/ip.h (diff list | history)
| 2000/0329/sys/src/9/ip/ip.h:27,33 – 2000/0424/sys/src/9/ip/ip.h:27,33 (short | long | prev | next) | ||
| 1997/0327 | Maxproto= 20, Nhash= 64, Maxincall= 5, | |
| 2000/0424 | Nchans= 512, | |
| 1998/0306 | MAClen= 16, /* longest mac address */ | |
| 1997/0327 | MAXTTL= 255, | |
| 2000/0329/sys/src/9/ip/ip.h:218,223 – 2000/0424/sys/src/9/ip/ip.h:218,224 | ||
| 1998/0306 | int (*local)(Conv*, char*, int); | |
| 1999/0316 | int (*remote)(Conv*, char*, int); | |
| 1998/0306 | int (*inuse)(Conv*); | |
| 2000/0424 | int (*gc)(Proto*); /* returns true if any conversations are freed */ | |
| 1997/0327 | ||
| 1998/0313 | Fs *f; /* file system this proto is part of */ | |
| 1997/0327 | Conv **conv; /* array of conversations */ | |