]> err.no Git - linux-2.6/blobdiff - net/ipv4/tcp_ipv4.c
Merge /spare/repo/netdev-2.6 branch 'ieee80211'
[linux-2.6] / net / ipv4 / tcp_ipv4.c
index 9122814c13ad711c5cb1f87a58c8cc18e767213d..62f62bb05c2ae479eae4c03ee2986fd43e20b9a4 100644 (file)
@@ -2045,10 +2045,10 @@ 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_reno;
+       tp->ca_ops = &tcp_init_congestion_ops;
 
        sk->sk_state = TCP_CLOSE;