| plan 9 kernel history: overview | file list | diff list |
1992/0416/port/tcpif.c (diff list | history)
| 1992/0325/sys/src/9/port/tcpif.c:46,54 – 1992/0416/sys/src/9/port/tcpif.c:46,57 (short | long | prev | next) | ||
| 1992/0322 | qunlock(s); nexterror(); } | |
| 1992/0223 |
| |
| 1992/0416 | if(s->readq == 0){ if(newstate == Close_wait) putb(&tcb->rcvq, bp); else freeb(bp); } else | |
| 1992/0223 | PUTNEXT(s->readq, bp); | |
| 1992/0322 | poperror(); | |
| 1992/0223 | qunlock(s); | |