From owner-cvs-all Fri Feb 5 16:47:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01096 for cvs-all-outgoing; Fri, 5 Feb 1999 16:47:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01089; Fri, 5 Feb 1999 16:47:48 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA51439; Fri, 5 Feb 1999 16:47:47 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Fri, 5 Feb 1999 16:47:47 -0800 (PST) Message-Id: <199902060047.QAA51439@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/02/05 16:47:46 PST Modified files: sys/netinet tcp_input.c Log: Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. This was missed in the 4.4-Lite2 merge. Noticed by: Mohan Parthasarathy and jayanth@loc201.tandem.com (vijayaraghavan_jayanth) on the tcp-impl mailing list. Revision Changes Path 1.84 +2 -2 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message