aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2025-02-07 15:28:27 +0000
committerPaolo Abeni <[email protected]>2025-02-11 12:07:59 +0000
commit7baa030155e8fa2a1bd9ea6425083c3b16787636 (patch)
tree2ae1d1e78d6b4eff32060ba2125dffe8c5f28763 /net/ipv4/tcp_timer.c
parenttcp: remove tcp_reset_xmit_timer() @max_when argument (diff)
downloadkernel-7baa030155e8fa2a1bd9ea6425083c3b16787636.tar.gz
kernel-7baa030155e8fa2a1bd9ea6425083c3b16787636.zip
tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
We want to factorize calls to inet_csk_reset_xmit_timer(), to ease TCP_RTO_MAX change. Current users want to add tcp_pacing_delay(sk) to the timeout. Remaining calls to inet_csk_reset_xmit_timer() do not add the pacing delay. Following patch will convert them, passing false for @pace_delay. Signed-off-by: Eric Dumazet <[email protected]> Reviewed-by: Jason Xing <[email protected]> Reviewed-by: Neal Cardwell <[email protected]> Reviewed-by: Kuniyuki Iwashima <[email protected]> Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions