[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130117123420.GA23639@casper.infradead.org>
Date: Thu, 17 Jan 2013 12:34:20 +0000
From: Thomas Graf <tgraf@...g.ch>
To: David Laight <David.Laight@...LAB.COM>
Cc: Cong Wang <amwang@...hat.com>, netdev@...r.kernel.org,
Eric Dumazet <eric.dumazet@...il.com>,
Rick Jones <rick.jones2@...com>,
Stephen Hemminger <shemminger@...tta.com>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [RFC Patch net-next] tcp: add a global sysctl to control TCP
delayed ack
On 01/16/13 at 12:22pm, David Laight wrote:
> A sysctl is a bit of a big hammer, it probably isn't necessary
> to disable delayed acks on all connections.
>
> IIRC the related problems I saw were really on the sending
> side when Nagle is disabled and it is doing 'slow start'.
>
> Globally disabling on connections that have Nagle disabled
> might be a possibility - but it is the Nagle parameter
> at the other end that matters.
>
> Perhaps the sending side, after sending 4 small frames immediately,
> could send 1 or 2 additional full sized frames in order to
> provoke an ack (IIRC an ack is sent if there are 2 full sized
> frames of data unacked).
>
> The other problem is that 'slow start' is restarted very
> aggressively - whenever there is no unacked data.
> If you have a very low latency connection and aren't doing
> continuous bulk transfer it is restarted for every short
> burst of transmits - effectively after every received ack.
> There really ought to have to be a moderate idle time
> before 'slow start' is restarted.
Not that I disagree with this fundamentally but we already
have a socket option to enable the functionality. All this
patch does is making the same functionality available to
users that are not able to make modification on the
application level.
We can argue about making it available as route metric
exclusively though.
--
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