tcp: better estimate snd space for rxt with no sacks 00/20100/2
authorFlorin Coras <fcoras@cisco.com>
Wed, 12 Jun 2019 18:26:35 +0000 (11:26 -0700)
committerFlorin Coras <fcoras@cisco.com>
Wed, 12 Jun 2019 18:39:43 +0000 (11:39 -0700)
commit87a9bf8c0399bc5424fbc129e31967cf504810a1
tree027e5838853dc771389791872a2b683dd09f1485
parent3417d08700168d9a7c0fe561e40e73478d5e1229
tcp: better estimate snd space for rxt with no sacks

Type: refactor

Use tcp_available_cc_snd_space instead of sack scoreboard
last_delivered_bytes to estimate available space when retransmitting
with no sack support

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