You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA: https://issues.redhat.com/browse/RHEL-115191
Upstream Status: linux.git
Conflicts:\
- Hunk difference due to missing commit 8ea731d ("tcp: Make SYN ACK RTO
tunable by BPF programs with TFO") in c9s.
- Context differences due to missing commits d2a0fc3 ("tcp: fix wrong RTO
timeout when received SACK reneging") and 9d0c00f ("tcp: rename
tcp_time_stamp() to tcp_time_stamp_ts()") in c9s.
commit 48b69b4
Author: Eric Dumazet <edumazet@google.com>
Date: Fri Feb 7 15:28:28 2025 +0000
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>
Signed-off-by: Antoine Tenart <atenart@redhat.com>
0 commit comments