]> err.no Git - linux-2.6/blobdiff - net/ipv4/tcp_ipv4.c
/home/lenb/src/to-linus branch 'acpi-2.6.12'
[linux-2.6] / net / ipv4 / tcp_ipv4.c
index ebf112347a97d499b29fcb4f74ad3a87d6bab26e..62f62bb05c2ae479eae4c03ee2986fd43e20b9a4 100644 (file)
@@ -2045,7 +2045,7 @@ static int tcp_v4_init_sock(struct sock *sk)
         */
        tp->snd_ssthresh = 0x7fffffff;  /* Infinity */
        tp->snd_cwnd_clamp = ~0;
-       tp->mss_cache_std = tp->mss_cache = 536;
+       tp->mss_cache = 536;
 
        tp->reordering = sysctl_tcp_reordering;
        tp->ca_ops = &tcp_init_congestion_ops;