diff options
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 27e2f6837062..9d8131f95a97 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -2579,6 +2579,7 @@ int tcp_disconnect(struct sock *sk, int flags) | |||
2579 | icsk->icsk_backoff = 0; | 2579 | icsk->icsk_backoff = 0; |
2580 | tp->snd_cwnd = 2; | 2580 | tp->snd_cwnd = 2; |
2581 | icsk->icsk_probes_out = 0; | 2581 | icsk->icsk_probes_out = 0; |
2582 | icsk->icsk_rto = TCP_TIMEOUT_INIT; | ||
2582 | tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; | 2583 | tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; |
2583 | tp->snd_cwnd_cnt = 0; | 2584 | tp->snd_cwnd_cnt = 0; |
2584 | tp->window_clamp = 0; | 2585 | tp->window_clamp = 0; |