tcp: fix cubic cwnd accumulate use of bytes acked 53/34853/1
authorFlorin Coras <fcoras@cisco.com>
Fri, 7 Jan 2022 23:06:42 +0000 (15:06 -0800)
committerFlorin Coras <fcoras@cisco.com>
Fri, 7 Jan 2022 23:06:42 +0000 (15:06 -0800)
commitded32ed0e89f2a671a7ac14117dd6198881c586e
tree70f185fd0a7209d9286b8c1a6328bfae80936ab4
parented999e3b8159eb5b584354af95686a84fb012e05
tcp: fix cubic cwnd accumulate use of bytes acked

Use what was provided instead of tc->bytes_acked

Type: fix

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