~kris/9p

9hist

c8bec28541e1c7b7ba3c5b595c17a24760b745cf — David du Colombier 27 years ago 3f33c9e
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: