diff options
author | 2025-02-07 15:28:28 +0000 | |
---|---|---|
committer | 2025-02-11 13:07:59 +0100 | |
commit | 48b69b4c7e5d74ad66e5214ae8cbdae0b9ea154c (patch) | |
tree | ac0cd64274e42abfd058fc0fd507a046b0d043d5 /scripts/gdb/linux/utils.py | |
parent | tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() (diff) | |
download | wireguard-linux-48b69b4c7e5d74ad66e5214ae8cbdae0b9ea154c.tar.xz wireguard-linux-48b69b4c7e5d74ad66e5214ae8cbdae0b9ea154c.zip |
tcp: use tcp_reset_xmit_timer()
In order to reduce TCP_RTO_MAX occurrences, replace:
inet_csk_reset_xmit_timer(sk, what, when, TCP_RTO_MAX)
With:
tcp_reset_xmit_timer(sk, what, when, false);
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