Hi Dave: The MSS in tcp_init_cwnd should be the real one instead of the TSO value. Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Cheers, -- Visit Openswan at http://www.openswan.org/ Email:
The MSS in tcp_init_cwnd should be the real one instead of the TSO value. Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Cheers, -- == net/ipv4/tcp_input.c 1.73 vs edited == -- 1.73/net/ipv4
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
I know. That's why I put it in a different thread. IMHO we should still fix it though at least for consistency. -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxx
I'm not saying that this patch makes any difference in terms of run-time results. At that point both mss_cache and mss_cache_std should contain the same values. However, since the value that's intend