aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2019-09-30 15:44:44 -0700
committerDavid S. Miller <davem@davemloft.net>2019-10-01 21:40:49 -0400
commit3256a2d6ab1f71f9a1bd2d7f6f18eb8108c48d17 (patch)
treed2a73ff8ac5783d93545bb2bd497067c6243a1fa /net/ipv6/addrconf.c
parentvsock: Fix a lockdep warning in __vsock_release() (diff)
downloadlinux-dev-3256a2d6ab1f71f9a1bd2d7f6f18eb8108c48d17.tar.xz
linux-dev-3256a2d6ab1f71f9a1bd2d7f6f18eb8108c48d17.zip
tcp: adjust rto_base in retransmits_timed_out()
The cited commit exposed an old retransmits_timed_out() bug which assumed it could call tcp_model_timeout() with TCP_RTO_MIN as rto_base for all states. But flows in SYN_SENT or SYN_RECV state uses a different RTO base (1 sec instead of 200 ms, unless BPF choses another value) This caused a reduction of SYN retransmits from 6 to 4 with the default /proc/sys/net/ipv4/tcp_syn_retries value. Fixes: a41e8a88b06e ("tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Yuchung Cheng <ycheng@google.com> Cc: Marek Majkowski <marek@cloudflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions