Re: [TCP] Fixed mss in tcp_init_cwnd
From: "David S. Miller" <davem@davemloft.net>
Date: 2004-09-27 19:00:31
From: "David S. Miller" <davem@davemloft.net>
Date: 2004-09-27 19:00:31
On Mon, 27 Sep 2004 18:08:28 +1000 Herbert Xu [off-list ref] wrote:
The MSS in tcp_init_cwnd should be the real one instead of the TSO value.
This happens too early in the connections lifetime to make a difference for anything. It happens on the first move to ESTABLISHED state, and therefore by definition before we try to send any data on the connection. You're barking up the wrong tree in the search for these TSO problems. Instead, I'd recommend looking seriously at the tcp_clean_rtx_queue() partial ack'ing stuff I spoke about yesterday.