diff options
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r-- | net/ipv4/tcp_output.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index 1d5331a1b1dc..0ba9026cb70d 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
@@ -2960,7 +2960,8 @@ begin_fwd: | |||
2960 | if (tcp_in_cwnd_reduction(sk)) | 2960 | if (tcp_in_cwnd_reduction(sk)) |
2961 | tp->prr_out += tcp_skb_pcount(skb); | 2961 | tp->prr_out += tcp_skb_pcount(skb); |
2962 | 2962 | ||
2963 | if (skb == tcp_write_queue_head(sk)) | 2963 | if (skb == tcp_write_queue_head(sk) && |
2964 | icsk->icsk_pending != ICSK_TIME_REO_TIMEOUT) | ||
2964 | inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, | 2965 | inet_csk_reset_xmit_timer(sk, ICSK_TIME_RETRANS, |
2965 | inet_csk(sk)->icsk_rto, | 2966 | inet_csk(sk)->icsk_rto, |
2966 | TCP_RTO_MAX); | 2967 | TCP_RTO_MAX); |