| plan 9 kernel history: overview | file list | diff list |
1992/1220/port/tcpif.c (diff list | history)
| 1992/0906/sys/src/9/port/tcpif.c:100,106 – 1992/1220/sys/src/9/port/tcpif.c:100,106 (short | long | prev | next) | ||
| 1992/0903 | tcpoutput(s); | |
| 1992/0322 | poperror(); | |
| 1991/0424 | qunlock(tcb); | |
| 1992/0303 |
| |
| 1992/1220 | tsleep(&tcb->syner, notsyner, tcb, 120*1000); | |
| 1992/0303 | if(tcb->state != Established && tcb->state != Syn_received) error(Etimedout); | |
| 1991/0424 | break; | |