Re: [PATCH net] tcp: fix tcp_fastretrans_alert warning

2017-11-10 Thread David Miller
From: Yuchung Cheng Date: Tue, 7 Nov 2017 15:33:43 -0800 > This patch fixes the cause of an WARNING indicatng TCP has pending > retransmission in Open state in tcp_fastretrans_alert(). > > The root cause is a bad interaction between path mtu probing, > if enabled, and the RACK loss detection. U

[PATCH net] tcp: fix tcp_fastretrans_alert warning

2017-11-07 Thread Yuchung Cheng
This patch fixes the cause of an WARNING indicatng TCP has pending retransmission in Open state in tcp_fastretrans_alert(). The root cause is a bad interaction between path mtu probing, if enabled, and the RACK loss detection. Upong receiving a SACK above the sequence of the MTU probing packet, RA