]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: fix stretch ACK bugs in Veno
authorPengcheng Yang <yangpc@wangsu.com>
Mon, 16 Mar 2020 06:35:10 +0000 (14:35 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2020 01:26:55 +0000 (18:26 -0700)
commit2a4ee4b7923ecb3e297e1976970367548411875f
treef7581ecc8d34788c98d3ba1cec730f9599f8dc5e
parent2b6e785c651f147c00c00dc730a98f7c1daa7f94
tcp: fix stretch ACK bugs in Veno

Change Veno to properly handle stretch ACKs in additive
increase mode by passing in the count of ACKed packets
to tcp_cong_avoid_ai().

Signed-off-by: Pengcheng Yang <yangpc@wangsu.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_veno.c