diff options
Diffstat (limited to 'net/ipv4/tcp_recovery.c')
| -rw-r--r-- | net/ipv4/tcp_recovery.c | 2 | 
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)  {  	struct tcp_sock *tp = tcp_sk(sk); -	if (!tp->rack.reord) { +	if (!tp->reord_seen) {  		/* If reordering has not been observed, be aggressive during  		 * the recovery or starting the recovery by DUPACK threshold.  		 */ |