diff options
Diffstat (limited to 'net/ipv4/tcp.c')
| -rw-r--r-- | net/ipv4/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 391ef03ce2f6..413d3fa9e0dc 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -2281,7 +2281,6 @@ int tcp_disconnect(struct sock *sk, int flags) tp->srtt_us = 0; if ((tp->write_seq += tp->max_window + 2) == 0) tp->write_seq = 1; - icsk->icsk_backoff = 0; tp->snd_cwnd = 2; icsk->icsk_probes_out = 0; tp->packets_out = 0; |
