diff options
author | 2025-02-07 15:28:27 +0000 | |
---|---|---|
committer | 2025-02-11 13:07:59 +0100 | |
commit | 7baa030155e8fa2a1bd9ea6425083c3b16787636 (patch) | |
tree | 2ae1d1e78d6b4eff32060ba2125dffe8c5f28763 /scripts/gdb/linux/utils.py | |
parent | tcp: remove tcp_reset_xmit_timer() @max_when argument (diff) | |
download | wireguard-linux-7baa030155e8fa2a1bd9ea6425083c3b16787636.tar.xz wireguard-linux-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 <edumazet@google.com>
Reviewed-by: Jason Xing <kerneljasonxing@gmail.com>
Reviewed-by: Neal Cardwell <ncardwell@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions