Re: [PATCH net-next 0/8] tcp: default RACK loss recovery

2018-05-21 Thread hiren panchasara
On 05/17/18 at 03:45P, David Miller wrote: > From: Yuchung Cheng > Date: Wed, 16 May 2018 16:40:09 -0700 > > > This patch set implements the features correspond to the > > draft-ietf-tcpm-rack-03 version of the RACK draft. > > https://datatracker.ietf.org/meeting/101/materials/slides-101-tcpm-upd

Re: [PATCH net-next 0/8] tcp: default RACK loss recovery

2018-05-17 Thread David Miller
From: Yuchung Cheng Date: Wed, 16 May 2018 16:40:09 -0700 > This patch set implements the features correspond to the > draft-ietf-tcpm-rack-03 version of the RACK draft. > https://datatracker.ietf.org/meeting/101/materials/slides-101-tcpm-update-on-tcp-rack-00 > > 1. SACK: implement equivalent D

[PATCH net-next 0/8] tcp: default RACK loss recovery

2018-05-16 Thread Yuchung Cheng
This patch set implements the features correspond to the draft-ietf-tcpm-rack-03 version of the RACK draft. https://datatracker.ietf.org/meeting/101/materials/slides-101-tcpm-update-on-tcp-rack-00 1. SACK: implement equivalent DUPACK threshold heuristic in RACK to replace existing RFC6675 recov