netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC net-next 0/2] tcp: support initcwnd adjustment
@ 2025-03-28 15:16 Jason Xing
  2025-03-28 15:16 ` [PATCH RFC net-next 1/2] tcp: add TCP_IW for socksetopt Jason Xing
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jason Xing @ 2025-03-28 15:16 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, dsahern, horms, kuniyu, ncardwell
  Cc: netdev, Jason Xing

From: Jason Xing <kernelxing@tencent.com>

Patch 1 introduces a normal set/getsockopt for initcwnd.

Patch 2 introduces a dynamic adjustment for initcwnd to contribute to
small data transfer in data center.

Jason Xing (2):
  tcp: add TCP_IW for socksetopt
  tcp: introduce dynamic initcwnd adjustment

 include/linux/tcp.h      |  4 +++-
 include/uapi/linux/tcp.h |  2 ++
 net/ipv4/tcp.c           | 16 ++++++++++++++++
 net/ipv4/tcp_input.c     | 13 ++++++++++---
 4 files changed, 31 insertions(+), 4 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2025-04-07  1:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 15:16 [PATCH RFC net-next 0/2] tcp: support initcwnd adjustment Jason Xing
2025-03-28 15:16 ` [PATCH RFC net-next 1/2] tcp: add TCP_IW for socksetopt Jason Xing
2025-03-28 15:16 ` [PATCH RFC net-next 2/2] tcp: introduce dynamic initcwnd adjustment Jason Xing
2025-04-07  1:11 ` [PATCH RFC net-next 0/2] tcp: support " 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).