netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] support TCP_RTO_MIN_US and TCP_DELACK_MAX_US for set/getsockopt
@ 2025-03-16  2:27 Jason Xing
  2025-03-16  2:27 ` [PATCH net-next v3 1/2] tcp: support TCP_RTO_MIN_US for set/getsockopt use Jason Xing
  2025-03-16  2:27 ` [PATCH net-next v3 2/2] tcp: support TCP_DELACK_MAX_US " Jason Xing
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Xing @ 2025-03-16  2:27 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, dsahern, horms, kuniyu, ncardwell
  Cc: netdev, Jason Xing

Add set/getsockopt supports for TCP_RTO_MIN_US and TCP_DELACK_MAX_US.

Jason Xing (2):
  tcp: support TCP_RTO_MIN_US for set/getsockopt use
  tcp: support TCP_DELACK_MAX_US for set/getsockopt use

 Documentation/networking/ip-sysctl.rst |  4 ++--
 include/net/tcp.h                      |  2 +-
 include/uapi/linux/tcp.h               |  2 ++
 net/ipv4/tcp.c                         | 32 ++++++++++++++++++++++++--
 net/ipv4/tcp_output.c                  |  2 +-
 5 files changed, 36 insertions(+), 6 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-17 12:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-16  2:27 [PATCH net-next v3 0/2] support TCP_RTO_MIN_US and TCP_DELACK_MAX_US for set/getsockopt Jason Xing
2025-03-16  2:27 ` [PATCH net-next v3 1/2] tcp: support TCP_RTO_MIN_US for set/getsockopt use Jason Xing
2025-03-17  8:19   ` Eric Dumazet
2025-03-17 12:04     ` Jason Xing
2025-03-16  2:27 ` [PATCH net-next v3 2/2] tcp: support TCP_DELACK_MAX_US " Jason Xing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).