diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index f6fdd727a23d..e4fbdae066d5 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -2874,7 +2874,7 @@ static void tcp_mtup_probe_success(struct sock *sk) | |||
2874 | icsk->icsk_mtup.probe_size; | 2874 | icsk->icsk_mtup.probe_size; |
2875 | tp->snd_cwnd_cnt = 0; | 2875 | tp->snd_cwnd_cnt = 0; |
2876 | tp->snd_cwnd_stamp = tcp_time_stamp; | 2876 | tp->snd_cwnd_stamp = tcp_time_stamp; |
2877 | tp->rcv_ssthresh = tcp_current_ssthresh(sk); | 2877 | tp->snd_ssthresh = tcp_current_ssthresh(sk); |
2878 | 2878 | ||
2879 | icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size; | 2879 | icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size; |
2880 | icsk->icsk_mtup.probe_size = 0; | 2880 | icsk->icsk_mtup.probe_size = 0; |