Plan 9 from Bell Labs 1998-12-02
1 files changed, 1 insertions(+), 1 deletions(-) M ip/tcp.c
M ip/tcp.c => ip/tcp.c +1 -1
@@ 1356,7 1356,7 @@ tcpiput(Proto *tcp, uchar*, Block *bp) tcb->kacounter = MAXBACKOFF; tcpsetstate(s, Finwait2); tcb->katimer.start = MSL2 * (1000 / MSPTICK); - tcpgo(tpriv, &tcb->timer); + tcpgo(tpriv, &tcb->katimer); } break; case Finwait2: