From owner-cvs-all Fri Dec 14 10:30:38 2001 Delivered-To: cvs-all@freebsd.org Received: from iguana.aciri.org (iguana.aciri.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id E168437B416; Fri, 14 Dec 2001 10:30:30 -0800 (PST) Received: (from rizzo@localhost) by iguana.aciri.org (8.11.3/8.11.1) id fBEIUUJ51477; Fri, 14 Dec 2001 10:30:30 -0800 (PST) (envelope-from rizzo) Date: Fri, 14 Dec 2001 10:30:30 -0800 From: Luigi Rizzo To: Mike Silbersack Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_output.c Message-ID: <20011214103030.M49775@iguana.aciri.org> References: <200112141826.fBEIQq825611@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112141826.fBEIQq825611@freefall.freebsd.org> User-Agent: Mutt/1.3.23i 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 Thanks, that should have been done ages ago. cheers luigi On Fri, Dec 14, 2001 at 10:26:52AM -0800, Mike Silbersack wrote: > silby 2001/12/14 10:26:52 PST > > Modified files: > sys/netinet tcp_output.c > Log: > Reduce the local network slowstart flightsize from infinity to 4 packets. > > Now that we've increased the size of our send / receive buffers, bursting > an entire window onto the network may cause congestion. As a result, > we will slow start beginning with a flightsize of 4 packets. > > Problem reported by: Thomas Zenker > > MFC after: 3 days > > Revision Changes Path > 1.59 +1 -1 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message