diff options
author | Florian Westphal <[email protected]> | 2020-11-19 11:46:02 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-11-20 15:33:25 -0800 |
commit | fa3fe2b150316b294f2c662653501273ff25bba8 (patch) | |
tree | 6c197ce6eaf9e8f7e500f094d0cb7d3a721985cf /net/lapb/lapb_timer.c | |
parent | 523514ed0a998fda389b9b6f00d0f2054ba30d25 (diff) |
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 <[email protected]>
Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions