diff options
author | Paolo Abeni | 2020-12-16 12:48:34 +0100 |
---|---|---|
committer | Jakub Kicinski | 2020-12-17 10:24:47 -0800 |
commit | 219d04992b689e0498ece02d2a451f2b6e2563a9 (patch) | |
tree | 1cf8f58d821e69d0c6ce8f61f2a50682d2c824b6 /scripts | |
parent | 3f8b2667f257c21a992bda33bfb919ee164a429c (diff) |
mptcp: push pending frames when subflow has free space
When multiple subflows are active, we can receive a
window update on subflow with no write space available.
MPTCP will try to push frames on such subflow and will
fail. Pending frames will be pushed only after receiving
a window update on a subflow with some wspace available.
Overall the above could lead to suboptimal aggregate
bandwidth usage.
Instead, we should try to push pending frames as soon as
the subflow reaches both conditions mentioned above.
We can finally enable self-tests with asymmetric links,
as the above makes them finally pass.
Fixes: 6f8a612a33e4 ("mptcp: keep track of advertised windows right edge")
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions