Date: Mon, 30 Aug 1999 14:20:22 -0700 From: David Greenman <dg@root.com> To: Jonathan Lemon <jlemon@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_timeout.c src/sys/sys callout.h src/sys/netinet in_proto.c tcp_input.c tcp_output.c tcp_seq.h tcp_subr.c tcp_timer.c tcp_timer.h tcp_usrreq.c tcp_var.h Message-ID: <199908302120.OAA14292@implode.root.com> In-Reply-To: Your message of "Mon, 30 Aug 1999 14:17:08 PDT." <199908302117.OAA99802@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>jlemon 1999/08/30 14:17:07 PDT > > Modified files: > sys/kern kern_timeout.c > sys/sys callout.h > sys/netinet in_proto.c tcp_input.c tcp_output.c > tcp_seq.h tcp_subr.c tcp_timer.c > tcp_timer.h tcp_usrreq.c tcp_var.h > Log: > Restructure TCP timeout handling: > > - eliminate the fast/slow timeout lists for TCP and instead use a > callout entry for each timer. > - increase the TCP timer granularity to HZ > - implement "bad retransmit" recovery, as presented in > "On Estimating End-to-End Network Path Properties", by Allman and Paxson. > > Submitted by: jlemon, wollmann Way cool! Way to go!!! -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com Pave the road of life with opportunities. 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?199908302120.OAA14292>