Re: [PATCH net-next 0/2] remove FACK loss recovery

2017-11-11 Thread David Miller
From: Yuchung Cheng Date: Wed, 8 Nov 2017 13:01:25 -0800 > This patch set removes the forward-acknowledgment (FACK) > packet-based loss and reordering detection. This simplifies TCP > loss recovery since the SACK scoreboard no longer needs to track > the number of pending

[PATCH net-next 0/2] remove FACK loss recovery

2017-11-08 Thread Yuchung Cheng
This patch set removes the forward-acknowledgment (FACK) packet-based loss and reordering detection. This simplifies TCP loss recovery since the SACK scoreboard no longer needs to track the number of pending packets under highest SACKed sequence. FACK is subsumed by the time-based RACK loss