diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 075c559570e6..9550cc42de2d 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -2329,6 +2329,7 @@ static void tcp_undo_cwnd_reduction(struct sock *sk, bool unmark_loss) | |||
2329 | } | 2329 | } |
2330 | tp->snd_cwnd_stamp = tcp_jiffies32; | 2330 | tp->snd_cwnd_stamp = tcp_jiffies32; |
2331 | tp->undo_marker = 0; | 2331 | tp->undo_marker = 0; |
2332 | tp->rack.advanced = 1; /* Force RACK to re-exam losses */ | ||
2332 | } | 2333 | } |
2333 | 2334 | ||
2334 | static inline bool tcp_may_undo(const struct tcp_sock *tp) | 2335 | static inline bool tcp_may_undo(const struct tcp_sock *tp) |