From owner-freebsd-net@FreeBSD.ORG Wed Jun 16 04:30:18 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC62C1065678 for ; Wed, 16 Jun 2010 04:30:18 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id A18798FC17 for ; Wed, 16 Jun 2010 04:30:18 +0000 (UTC) Received: from lstewart.caia.swin.edu.au (lstewart.caia.swin.edu.au [136.186.229.95]) by lauren.room52.net (Postfix) with ESMTPSA id B4F157E853; Wed, 16 Jun 2010 14:30:17 +1000 (EST) Message-ID: <4C185359.6060509@freebsd.org> Date: Wed, 16 Jun 2010 14:30:17 +1000 From: Lawrence Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100409 Thunderbird/3.0.4 MIME-Version: 1.0 To: Igor Sysoev References: <20100512124702.GJ2679@rambler-co.ru> In-Reply-To: <20100512124702.GJ2679@rambler-co.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: net.inet.tcp.slowstart_flightsize in 8-STABLE X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 04:30:18 -0000 Hi Igor, I'm sorry I missed this way back when you sent it. On 05/12/10 22:47, Igor Sysoev wrote: > It seems that net.inet.tcp.slowstart_flightsize does not work in 8-STABLE. > For a long time I used slowstart_flightsize=2 on FreeBSD 4, 6, and 7 hosts. > However, FreeBSD-8 always starts with the single packet. > I saw this on different versions of 8-STABLE since 8 Oct 2009 till > 04 Apr 2010. > Can you send me the output of "sysctl net.inet.tcp" from the box in question, confirm your method for determining how many packets are actually used to start a connection and please describe any symptoms of the problem. My guess is delayed acking is causing you some grief? Cheers, Lawrence