[RFC PATCH 0/2] mptcp: never shrink offered window

Paolo Abeni posted 2 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/cover.1650386197.git.pabeni@redhat.com
Maintainers: Paolo Abeni <pabeni@redhat.com>, Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>, Matthieu Baerts <matthieu.baerts@tessares.net>, David Ahern <dsahern@kernel.org>, Mat Martineau <mathew.j.martineau@linux.intel.com>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>
include/net/mptcp.h   |  2 +-
net/ipv4/tcp_output.c | 14 ++++++-----
net/mptcp/options.c   | 54 ++++++++++++++++++++++++++++++++++++-------
3 files changed, 55 insertions(+), 15 deletions(-)
[RFC PATCH 0/2] mptcp: never shrink offered window
Posted by Paolo Abeni 2 years ago
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