From owner-freebsd-net Tue Jan 18 6:29:15 2000 Delivered-To: freebsd-net@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 4E93014BDE for ; Tue, 18 Jan 2000 06:29:13 -0800 (PST) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id PAA59342; Tue, 18 Jan 2000 15:29:02 +0100 (CET) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200001181429.PAA59342@info.iet.unipi.it> Subject: Feature: net.inet.tcp.local_slowstart ? To: net@freebsd.org Date: Tue, 18 Jan 2000 15:29:01 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, may i add a new sysctl variable, net.inet.tcp.local_slowstart to control whether or not to do slowstart on local connections ? FreeBSD now blasts a whole window at the beginning of a connection when the remote party is on the same subnet. This at times might cause problems. The above variable would leave current behaviour unchanged if left to 0 (default), and do the regular slowstart if set to 1 Would go to -current after the release i suppose. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message