| plan 9 kernel history: overview | file list | diff list |
1992/0303/port/ipdat.h (diff list | history)
| 1992/0301/sys/src/9/port/ipdat.h:98,103 – 1992/0303/sys/src/9/port/ipdat.h:98,105 (short | long | prev | next) | ||
|
Add Ilcb.syncer, Tcpctl.syner (sic).
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/1012 | { | |
| 1991/1124 | int state; /* Connection state */ | |
| 1992/0303 | Rendez syncer; /* where syncer waits for a connect */ | |
| 1991/1124 | QLock ackq; /* Unacknowledged queue */ | |
| 1991/1012 | Block *unacked; Block *unackedtail; | |
| 1992/0301/sys/src/9/port/ipdat.h:247,252 – 1992/0303/sys/src/9/port/ipdat.h:249,255 | ||
| 1992/0128 | { QLock; struct Tctl; | |
| 1992/0303 | Rendez syner; | |
| 1992/0128 | }; | |
| 1991/0424 | ||
| 1991/1012 | struct Tcp | |