]> err.no Git - linux-2.6/blobdiff - net/ipv6/tcp_ipv6.c
[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3
[linux-2.6] / net / ipv6 / tcp_ipv6.c
index 9dac7fdf4726aa894157adea8f66520df2012ad3..f6e288dc116ede93c2f755075c641303ca4bca47 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;