]> err.no Git - linux-2.6/blobdiff - net/ipv6/tcp_ipv6.c
Automatic merge with /usr/src/ntfs-2.6.git.
[linux-2.6] / net / ipv6 / tcp_ipv6.c
index 2414937f2a83f3b97985eb170e5cf73a0464976a..f6e288dc116ede93c2f755075c641303ca4bca47 100644 (file)
@@ -2018,14 +2018,14 @@ 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;
 
        sk->sk_state = TCP_CLOSE;
 
        tp->af_specific = &ipv6_specific;
-
+       tp->ca_ops = &tcp_init_congestion_ops;
        sk->sk_write_space = sk_stream_write_space;
        sock_set_flag(sk, SOCK_USE_WRITE_QUEUE);