Re: [PATCH net 3/5] tcp: move false FR condition into tcp_false_fast_retrans_possible()

2018-03-07 Thread Eric Dumazet
On Wed, 2018-03-07 at 14:59 +0200, Ilpo Järvinen wrote: > No functional changes. > > Signed-off-by: Ilpo Järvinen > --- >  net/ipv4/tcp_input.c | 21 + >  1 file changed, 17 insertions(+), 4 deletions(-) > > diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c > index 1a33

[PATCH net 3/5] tcp: move false FR condition into tcp_false_fast_retrans_possible()

2018-03-07 Thread Ilpo Järvinen
No functional changes. Signed-off-by: Ilpo Järvinen --- net/ipv4/tcp_input.c | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 1a33752..e20f9ad 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c