From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Bloniarz Subject: Re: 3 packet TCP window limit? Date: Wed, 05 May 2010 16:56:34 -0400 Message-ID: <4BE1DB82.2030403@athenacr.com> References: <4BE171EC.20904@athenacr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Rick Jones , shemminger@osdl.org To: dormando Return-path: Received: from sprinkles.athenacr.com ([64.95.46.210]:16749 "EHLO sprinkles.inp.in.athenacr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754650Ab0EEU4f (ORCPT ); Wed, 5 May 2010 16:56:35 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: dormando wrote: >> This sounds like TCP slow start. >> >> http://en.wikipedia.org/wiki/Slow-start >> >> As far as tunables you might want to play with the initcwnd route >> flag (see "ip route help") > > Ah, yes, initcwnd was it. I'm well aware of TCP Congestion control / slow > start / etc. However I couldn't find the damn tunable for it :) Documenting the flag in ip(8) might increase its visibility a little. I don't see it documented in the iproute2 git head, though it shows up on http://linux.die.net/man/8/ip somehow. Stephen, do you know why that is?