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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 438fbca96cd3..5a5ce6da4792 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2559,6 +2559,7 @@ int tcp_disconnect(struct sock *sk, int flags)
2559 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH; 2559 tp->snd_ssthresh = TCP_INFINITE_SSTHRESH;
2560 tp->snd_cwnd_cnt = 0; 2560 tp->snd_cwnd_cnt = 0;
2561 tp->window_clamp = 0; 2561 tp->window_clamp = 0;
2562 tp->delivered_ce = 0;
2562 tcp_set_ca_state(sk, TCP_CA_Open); 2563 tcp_set_ca_state(sk, TCP_CA_Open);
2563 tp->is_sack_reneg = 0; 2564 tp->is_sack_reneg = 0;
2564 tcp_clear_retrans(tp); 2565 tcp_clear_retrans(tp);