From owner-cvs-all Mon Dec 17 14:59: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14FFD37B63A; Mon, 17 Dec 2001 14:58:53 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBHMwrx36899; Mon, 17 Dec 2001 14:58:53 -0800 (PST) (envelope-from silby) Message-Id: <200112172258.fBHMwrx36899@freefall.freebsd.org> From: Mike Silbersack Date: Mon, 17 Dec 2001 14:58:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.c X-FreeBSD-CVS-Branch: RELENG_4 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 silby 2001/12/17 14:58:53 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_output.c Log: MFC rev 1.59 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 Revision Changes Path 1.39.2.14 +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