Date: Tue, 14 Jan 2003 08:35:19 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Jeffrey Hsu <hsu@FreeBSD.org> 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> In-Reply-To: <0H8O00FKL1V1NA@mta5.snfc21.pbi.net> References: <200301131101.h0DB1Lum021477@repoman.freebsd.org> <0H8O00FKL1V1NA@mta5.snfc21.pbi.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <thomas.r.henderson@boeing.com> > > > > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030114163519.GA48612>