From owner-cvs-all Mon Aug 30 14:23:33 1999 Delivered-To: cvs-all@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 3DBB915339; Mon, 30 Aug 1999 14:23:26 -0700 (PDT) (envelope-from dg@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id OAA14292; Mon, 30 Aug 1999 14:20:22 -0700 (PDT) Message-Id: <199908302120.OAA14292@implode.root.com> To: Jonathan Lemon 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 In-reply-to: Your message of "Mon, 30 Aug 1999 14:17:08 PDT." <199908302117.OAA99802@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Mon, 30 Aug 1999 14:20:22 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >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