[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87fx7kmg6o.fsf@basil.nowhere.org>
Date: Wed, 09 Dec 2009 14:26:39 +0100
From: Andi Kleen <andi@...stfloor.org>
To: chavey@...gle.com
Cc: davem@...emloft.net, netdev@...r.kernel.org, therbert@...gle.com
Subject: Re: [PATCH] Add sysctl to set the advertised TCP initial receive window.
chavey@...gle.com writes:
> Add a sysctl, tcp_init_rcv_wnd, to set the TCP initial receive window
> size advertised by passive and active TCP connections.
> The current Linux TCP implementation limits the advertised TCP initial
> receive window to the one proscribed by slow start. For short leave
> TCP connections used for transaction type of traffic (i.e. http
> requests), bounding the advertised TCP initial receive window results
> in increased latency to complete the transaction. There exists
> environments where strict adherence to using the TCP initial receive
> window used by slow start is un-necessary.
That's not the Internet?
> The tcp_init_rcv_wnd sysctl allows increasing the TCP initial receive
> window for all TCP connections or on a per TCP connection, allowing
> for some of the TCP connection to advertise larger TCP receive window
> than the ones bounded by slow start.
Traditionally it was very discouraged to expose such settings to users.
There's the danger that lots of people will essentially turn off cwnd
without knowing what they're doing to "make downloads go faster", causing
problems in the public network.
-Andi
--
ak@...ux.intel.com -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists