Re: [PATCH net-next] tcp: tcp_mtu_probing() cleanup
From: Eric Dumazet Date: Fri, 03 Nov 2017 06:09:17 -0700 > From: Eric Dumazet > > Reduce one indentation level to make code more readable. > tcp_sync_mss() can be factorized. > > Signed-off-by: Eric Dumazet Applied.
Re: [PATCH net-next] tcp: tcp_mtu_probing() cleanup
On Fri, Nov 3, 2017 at 9:09 AM, Eric Dumazet wrote: > From: Eric Dumazet > > Reduce one indentation level to make code more readable. > tcp_sync_mss() can be factorized. > > Signed-off-by: Eric Dumazet > --- > net/ipv4/tcp_timer.c | 31 ++- > 1 file changed, 14 ins