tcp: fix sack retransmit beyond snd_nxt 40/22940/2
authorFlorin Coras <fcoras@cisco.com>
Wed, 23 Oct 2019 02:44:45 +0000 (19:44 -0700)
committerDamjan Marion <dmarion@me.com>
Wed, 23 Oct 2019 07:45:00 +0000 (07:45 +0000)
commit81cb8e4092991d3fd1e24f0862c12548a2d4c714
treef5d6470fec183a9738d534db9837c9929a002eb5
parent386ebb6e2baa7d3b2535d646c04ccf852f859869
tcp: fix sack retransmit beyond snd_nxt

Type: fix

Ensure that sack retransmit logic does not try to inadvertently send new
data.

Change-Id: Idfda19643577d9c1b58e2af8d8283cabfbaf98e6
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_output.c