| plan 9 kernel history: overview | file list | diff list |
1992/0614/port/ipdat.h (diff list | history)
| 1992/0606/sys/src/9/port/ipdat.h:421,427 – 1992/0614/sys/src/9/port/ipdat.h:421,427 (short | long | prev | next) | ||
|
Change IP_ILPROTO to official allocate number — 40.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0424 | /* Protocol numbers */ #define IP_UDPPROTO 17 #define IP_TCPPROTO 6 | |
| 1991/1012 |
| |
| 1992/0614 | #define IP_ILPROTO 40 | |
| 1991/0424 | /* Protocol port numbers */ #define PORTALLOC 5000 /* First automatic allocated port */ | |