diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 0732b787904e..15505936511d 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -107,6 +107,7 @@ static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) | |||
107 | if (net->ipv4.sysctl_tcp_mtu_probing) { | 107 | if (net->ipv4.sysctl_tcp_mtu_probing) { |
108 | if (!icsk->icsk_mtup.enabled) { | 108 | if (!icsk->icsk_mtup.enabled) { |
109 | icsk->icsk_mtup.enabled = 1; | 109 | icsk->icsk_mtup.enabled = 1; |
110 | icsk->icsk_mtup.probe_timestamp = tcp_time_stamp; | ||
110 | tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); | 111 | tcp_sync_mss(sk, icsk->icsk_pmtu_cookie); |
111 | } else { | 112 | } else { |
112 | struct net *net = sock_net(sk); | 113 | struct net *net = sock_net(sk); |