From owner-cvs-all Sun Feb 2 18:31:57 2003 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 7AC3037B401; Sun, 2 Feb 2003 18:31:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC2243E4A; Sun, 2 Feb 2003 18:31:56 -0800 (PST) (envelope-from hsu@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 h132Vtbv057355; Sun, 2 Feb 2003 18:31:55 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h132VtEs057351; Sun, 2 Feb 2003 18:31:55 -0800 (PST) Message-Id: <200302030231.h132VtEs057351@repoman.freebsd.org> From: Jeffrey Hsu Date: Sun, 2 Feb 2003 18:31:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.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 hsu 2003/02/02 18:31:55 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c Log: Merge from current rev 1.170: Cosmetic-only changes for readability. rev 1.187: Fix NewReno. Rev 1.170 was done primarily to expose the shortcomings of the handling of t_dupacks field in the old NewReno code. Rev 1.187 replaces the old NewReno logic with an implementation which closely follows the letter of the spec. Revision Changes Path 1.107.2.37 +314 -366 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message