diff options
author | Florian Westphal <fw@strlen.de> | 2020-11-19 11:46:02 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-20 15:33:25 -0800 |
commit | fa3fe2b150316b294f2c662653501273ff25bba8 (patch) | |
tree | 6c197ce6eaf9e8f7e500f094d0cb7d3a721985cf /include/net/xdp.h | |
parent | 523514ed0a998fda389b9b6f00d0f2054ba30d25 (diff) | |
download | linux-fa3fe2b150316b294f2c662653501273ff25bba8.tar.gz |
mptcp: track window announced to peer
OoO handling attempts to detect when packet is out-of-window by testing
current ack sequence and remaining space vs. sequence number.
This doesn't work reliably. Store the highest allowed sequence number
that we've announced and use it to detect oow packets.
Do this when mptcp options get written to the packet (wire format).
For this to work we need to move the write_options call until after
stack selected a new tcp window.
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/xdp.h')
0 files changed, 0 insertions, 0 deletions