summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorKevin Yang <yyd@google.com>2024-06-03 21:30:53 +0000
committerDavid S. Miller <davem@davemloft.net>2024-06-05 13:42:54 +0100
commit512bd0f9f926a05c724a9fd72bc4e14213845e01 (patch)
tree048a455da6dd92c3e56141d8d4206984299cf6fc /net/unix/af_unix.c
parent69e0b33a7fce4d96649b9fa32e56b696921aa48e (diff)
tcp: derive delack_max with tcp_rto_min helper
Rto_min now has multiple sources, ordered by preprecedence high to low: ip route option rto_min, icsk->icsk_rto_min. When derive delack_max from rto_min, we should not only use ip route option, but should use tcp_rto_min helper to get the correct rto_min. Signed-off-by: Kevin Yang <yyd@google.com> Reviewed-by: Neal Cardwell <ncardwell@google.com> Reviewed-by: Yuchung Cheng <ycheng@google.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Tony Lu <tonylu@linux.alibaba.com> Reviewed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions