aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_recovery.c')
-rw-r--r--net/ipv4/tcp_recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_recovery.c b/net/ipv4/tcp_recovery.c
index 71593e4400ab..c81aadff769b 100644
--- a/net/ipv4/tcp_recovery.c
+++ b/net/ipv4/tcp_recovery.c
@@ -25,7 +25,7 @@ static u32 tcp_rack_reo_wnd(const struct sock *sk)
25{ 25{
26 struct tcp_sock *tp = tcp_sk(sk); 26 struct tcp_sock *tp = tcp_sk(sk);
27 27
28 if (!tp->rack.reord) { 28 if (!tp->reord_seen) {
29 /* If reordering has not been observed, be aggressive during 29 /* If reordering has not been observed, be aggressive during
30 * the recovery or starting the recovery by DUPACK threshold. 30 * the recovery or starting the recovery by DUPACK threshold.
31 */ 31 */