[TCP]: Move to new TSO segmenting scheme.
[linux-2.6-microblaze.git] / net / ipv6 / tcp_ipv6.c
index 9dac7fd..f6e288d 100644 (file)
@@ -2018,7 +2018,7 @@ static int tcp_v6_init_sock(struct sock *sk)
         */
        tp->snd_ssthresh = 0x7fffffff;
        tp->snd_cwnd_clamp = ~0;
-       tp->mss_cache_std = tp->mss_cache = 536;
+       tp->mss_cache = 536;
 
        tp->reordering = sysctl_tcp_reordering;