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:\
- Minor chunk difference due to missing upstream commit f086ede ("tcp: add
sysctl_tcp_rto_min_us") in c9s.
- Context differences due to missing upstream commits 54b771e ("doc: net:
Fix .rst rendering of net_cachelines pages"), f086ede ("tcp: add
sysctl_tcp_rto_min_us"), 1c106eb ("net: ipv{6,4}: Remove the now
superfluous sentinel elements from ctl_table array") and 562b1fd ("tcp:
Set pingpong threshold via sysctl") in c9s.
commit 1280c26
Author: Eric Dumazet <edumazet@google.com>
Date: Fri Feb 7 15:28:30 2025 +0000
tcp: add tcp_rto_max_ms sysctl
Previous patch added a TCP_RTO_MAX_MS socket option
to tune a TCP socket max RTO value.
Many setups prefer to change a per netns sysctl.
This patch adds /proc/sys/net/ipv4/tcp_rto_max_ms
Its initial value is 120000 (120 seconds).
Keep in mind that a decrease of tcp_rto_max_ms
means shorter overall timeouts, unless tcp_retries2
sysctl is increased.
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