Re: [PATCH v3 net 0/5] tcp: fixes to non-SACK TCP

2018-03-15 Thread Ilpo Järvinen
On Tue, 13 Mar 2018, Eric Dumazet wrote: > On Tue, Mar 13, 2018 at 3:25 AM, Ilpo Järvinen > wrote: > > Here is a series of fixes to issues that occur when SACK is not > > enabled for a TCP connection. These are not fixes to just some > > remote corner cases of recovery but many/almost all recover

Re: [PATCH v3 net 0/5] tcp: fixes to non-SACK TCP

2018-03-13 Thread Eric Dumazet
On Tue, Mar 13, 2018 at 3:25 AM, Ilpo Järvinen wrote: > Here is a series of fixes to issues that occur when SACK is not > enabled for a TCP connection. These are not fixes to just some > remote corner cases of recovery but many/almost all recoveries > without SACK will be impacted by one (or even

[PATCH v3 net 0/5] tcp: fixes to non-SACK TCP

2018-03-13 Thread Ilpo Järvinen
Here is a series of fixes to issues that occur when SACK is not enabled for a TCP connection. These are not fixes to just some remote corner cases of recovery but many/almost all recoveries without SACK will be impacted by one (or even more than one) of them. The sender-side changes (1-4) are not m