[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1650386197.git.pabeni@redhat.com>
Date: Tue, 19 Apr 2022 19:18:22 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: netdev@...r.kernel.org
Cc: Eric Dumazet <eric.dumazet@...il.com>, mptcp@...ts.linux.dev
Subject: [RFC PATCH 0/2] mptcp: never shrink offered window
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
Powered by blists - more mailing lists