From owner-cvs-all Wed Oct 16 12:25:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87D137B401; Wed, 16 Oct 2002 12:25:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A9E543EAC; Wed, 16 Oct 2002 12:25:30 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GJPQmV079169; Wed, 16 Oct 2002 12:25:26 -0700 (PDT) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GJPQOZ079168; Wed, 16 Oct 2002 12:25:26 -0700 (PDT) Message-Id: <200210161925.g9GJPQOZ079168@repoman.freebsd.org> From: Matt Dillon Date: Wed, 16 Oct 2002 12:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2002/10/16 12:25:26 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_output.c Log: MFC 1.70 and 1.73. Deal with SYN and FIN in a PERSIST case. The SYN situation is not likely to ever occur but the FIN situation might, resulting in an incorrect snd_max. Revision Changes Path 1.39.2.17 +38 -8 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message