diff options
author | Paolo Abeni <pabeni@redhat.com> | 2022-05-04 14:54:07 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-05-05 19:00:15 -0700 |
commit | f3589be0c420a3137e5902d15705ced6a36f3f43 (patch) | |
tree | 979fd53649b562923da3d0f70013f98948c62b0f /net/Kconfig | |
parent | ea66758c1795cef81dc59cd5240e9d0f5c5207cf (diff) |
mptcp: never shrink offered window
As per RFC, the offered MPTCP-level window should never shrink.
While we currently track the right edge, we don't enforce the
above constraint on the wire.
Additionally, concurrent xmit on different subflows can end-up in
erroneous right edge update.
Address the above explicitly updating the announced window and
protecting the update with an additional atomic operation (sic)
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/Kconfig')
0 files changed, 0 insertions, 0 deletions