Message ID | 20250207152830.2527578-1-edumazet@google.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: allow to reduce max RTO | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Fri, 7 Feb 2025 15:28:25 +0000 you wrote: > This is a followup of a discussion started 6 months ago > by Jason Xing. > > Some applications want to lower the time between each > retransmit attempts. > > TCP_KEEPINTVL and TCP_KEEPCNT socket options don't > work around the issue. > > [...] Here is the summary with links: - [net-next,1/5] tcp: remove tcp_reset_xmit_timer() @max_when argument https://git.kernel.org/netdev/net-next/c/0fed463777b8 - [net-next,2/5] tcp: add a @pace_delay parameter to tcp_reset_xmit_timer() https://git.kernel.org/netdev/net-next/c/7baa030155e8 - [net-next,3/5] tcp: use tcp_reset_xmit_timer() https://git.kernel.org/netdev/net-next/c/48b69b4c7e5d - [net-next,4/5] tcp: add the ability to control max RTO https://git.kernel.org/netdev/net-next/c/54a378f43425 - [net-next,5/5] tcp: add tcp_rto_max_ms sysctl https://git.kernel.org/netdev/net-next/c/1280c26228bd You are awesome, thank you!