Files
linux/net/ipv4
Eric Dumazet 1280c26228 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>
2025-02-11 13:08:00 +01:00
..
2024-12-15 13:13:40 -08:00
2024-09-09 17:21:47 -07:00
2025-01-02 17:17:40 -08:00
2025-01-15 15:07:23 -08:00
2024-07-30 18:35:12 -07:00
2024-01-04 10:23:10 -08:00
2024-11-11 10:32:06 -08:00
2021-05-17 15:29:35 -07:00
2024-12-16 18:13:44 -08:00
2025-02-11 13:07:59 +01:00
2025-02-11 13:08:00 +01:00
2022-12-20 03:13:45 +01:00
2025-02-11 13:08:00 +01:00
2023-09-14 16:16:36 +02:00