diff options
| author | Kevin Yang <[email protected]> | 2024-06-03 21:30:53 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2024-06-05 12:42:54 +0000 |
| commit | 512bd0f9f926a05c724a9fd72bc4e14213845e01 (patch) | |
| tree | 048a455da6dd92c3e56141d8d4206984299cf6fc /net/ipv4/tcp_ipv4.c | |
| parent | tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp (diff) | |
| download | kernel-512bd0f9f926a05c724a9fd72bc4e14213845e01.tar.gz kernel-512bd0f9f926a05c724a9fd72bc4e14213845e01.zip | |
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 <[email protected]>
Reviewed-by: Neal Cardwell <[email protected]>
Reviewed-by: Yuchung Cheng <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Reviewed-by: Tony Lu <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions
