diff options
author | Priyaranjan Jha <priyarjha@google.com> | 2017-11-04 01:46:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-05 15:16:50 +0100 |
commit | d09b9e60e06d431b008a878c4b1d48d6cce816ef (patch) | |
tree | 9103eaddfa036339503e084546d0d8d3c9fcad47 /drivers/net | |
parent | l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6 (diff) | |
download | linux-d09b9e60e06d431b008a878c4b1d48d6cce816ef.tar.xz linux-d09b9e60e06d431b008a878c4b1d48d6cce816ef.zip |
tcp: fix DSACK-based undo on non-duplicate ACK
Fixes DSACK-based undo when sender is in Open State and
an ACK advances snd_una.
Example scenario:
- Sender goes into recovery and makes some spurious rtx.
- It comes out of recovery and enters into open state.
- It sends some more packets, let's say 4.
- The receiver sends an ACK for the first two, but this ACK is lost.
- The sender receives ack for first two, and DSACK for previous
spurious rtx.
Signed-off-by: Priyaranjan Jha <priyarjha@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Yousuk Seung <ysseung@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions