aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 731b1c6e88a9..3f99ad92eaed 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2578,10 +2578,10 @@ int tcp_disconnect(struct sock *sk, int flags)
2578 if (tp->write_seq == 0) 2578 if (tp->write_seq == 0)
2579 tp->write_seq = 1; 2579 tp->write_seq = 1;
2580 icsk->icsk_backoff = 0; 2580 icsk->icsk_backoff = 0;
2581 tp->snd_cwnd = 2;
2582 icsk->icsk_probes_out = 0; 2581 icsk->icsk_probes_out = 0;
2583 icsk->icsk_rto = TCP_TIMEOUT_INIT; 2582 icsk->icsk_rto = TCP_TIMEOUT_INIT;
2584 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; 2583 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
2584 tp->snd_cwnd = TCP_INIT_CWND;
2585 tp->snd_cwnd_cnt = 0; 2585 tp->snd_cwnd_cnt = 0;
2586 tp->window_clamp = 0; 2586 tp->window_clamp = 0;
2587 tp->delivered_ce = 0; 2587 tp->delivered_ce = 0;