tcp: fix sack retransmit beyond snd_nxt 52/23052/2
authorFlorin Coras <[email protected]>
Wed, 23 Oct 2019 02:44:45 +0000 (19:44 -0700)
committerAndrew Yourtchenko <[email protected]>
Thu, 31 Oct 2019 12:16:05 +0000 (12:16 +0000)
commitdcc5de6fc321c3828a7f2d55204641e198da5af2
treea7585f8123b977fa4766f0581b627d3c9e470c87
parentabe07c8a25a566fd5f7441503a1541b5421c1ad7
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 <[email protected]>
(cherry picked from commit 81cb8e4092991d3fd1e24f0862c12548a2d4c714)
src/vnet/tcp/tcp_input.c
src/vnet/tcp/tcp_output.c