From owner-cvs-all Tue Jan 14 8:36:45 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 D996037B401; Tue, 14 Jan 2003 08:36:43 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8485843F7E; Tue, 14 Jan 2003 08:36:42 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id h0EGaZIx049006; Tue, 14 Jan 2003 08:36:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0EGZJxs048971; Tue, 14 Jan 2003 08:35:19 -0800 (PST) Date: Tue, 14 Jan 2003 08:35:19 -0800 From: "David O'Brien" To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_input.c tcp_seq.h tcp_timer.c tcp_var.h Message-ID: <20030114163519.GA48612@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Jeffrey Hsu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301131101.h0DB1Lum021477@repoman.freebsd.org> <0H8O00FKL1V1NA@mta5.snfc21.pbi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0H8O00FKL1V1NA@mta5.snfc21.pbi.net> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 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 On Mon, Jan 13, 2003 at 10:54:45AM -0800, Jeffrey Hsu wrote: > > hsu 2003/01/13 03:01:20 PST > > > > Modified files: > > sys/netinet tcp_input.c tcp_seq.h tcp_timer.c > > tcp_var.h > > Log: > > Fix NewReno. > > > > Reviewed by: Tom Henderson > > > > Revision Changes Path > > 1.187 +44 -41 src/sys/netinet/tcp_input.c > > 1.19 +1 -1 src/sys/netinet/tcp_seq.h > > 1.56 +2 -5 src/sys/netinet/tcp_timer.c > > 1.84 +3 -1 src/sys/netinet/tcp_var.h > > The state for when we are enter, are in, and leave the NewReno Fast Recovery > period has been split out from t_dupacks into its own state variable, snd_high, ...snip... You should do a forced commit (cvs ci -f ..list.of.files..) and add this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message