From c8bec28541e1c7b7ba3c5b595c17a24760b745cf Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 2 Dec 1998 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1998-12-02 --- ip/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/tcp.c b/ip/tcp.c index fceae8d99755c52083c1f9a262daf26eff783a53..792548093f70b7817da052cb5c41ac62f2a747db 100644 --- a/ip/tcp.c +++ b/ip/tcp.c @@ -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: