netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] mptcp: never shrink offered window
@ 2022-04-19 17:18 Paolo Abeni
  2022-04-19 17:18 ` [RFC PATCH 1/2] tcp: allow MPTCP to update the announced window Paolo Abeni
  2022-04-19 17:18 ` [RFC PATCH 2/2] mptcp: never shrink offered window Paolo Abeni
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Abeni @ 2022-04-19 17:18 UTC (permalink / raw)
  To: netdev; +Cc: Eric Dumazet, mptcp

There patches are part of a somewhat largish series to implement
more strict RFC compliance for the MPTCP-level congestion window
handling, solving some tput instability issues.

The obtain the above we need to modify an existing MPTCP hook,
touching the TCP code (in patch 1/2), ence the RFC.

The later patch demonstrates the actual usage of such hook.

Paolo Abeni (2):
  tcp: allow MPTCP to update the announced window.
  mptcp: never shrink offered window

 include/net/mptcp.h   |  2 +-
 net/ipv4/tcp_output.c | 14 ++++++-----
 net/mptcp/options.c   | 54 ++++++++++++++++++++++++++++++++++++-------
 3 files changed, 55 insertions(+), 15 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-04-19 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-19 17:18 [RFC PATCH 0/2] mptcp: never shrink offered window Paolo Abeni
2022-04-19 17:18 ` [RFC PATCH 1/2] tcp: allow MPTCP to update the announced window Paolo Abeni
2022-04-19 17:18 ` [RFC PATCH 2/2] mptcp: never shrink offered window Paolo Abeni

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).