|
@@ -1668,7 +1668,6 @@ struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
|
|
|
}
|
|
}
|
|
|
sk_setup_caps(newsk, dst);
|
|
sk_setup_caps(newsk, dst);
|
|
|
|
|
|
|
|
- tcp_mtup_init(newsk);
|
|
|
|
|
tcp_sync_mss(newsk, dst_mtu(dst));
|
|
tcp_sync_mss(newsk, dst_mtu(dst));
|
|
|
newtp->advmss = dst_metric_advmss(dst);
|
|
newtp->advmss = dst_metric_advmss(dst);
|
|
|
if (tcp_sk(sk)->rx_opt.user_mss &&
|
|
if (tcp_sk(sk)->rx_opt.user_mss &&
|