]> 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)
commit0fcc3ae63a93921bde79ba8b8a6a104a8200801f
treef7581ecc8d34788c98d3ba1cec730f9599f8dc5e
parent592506b109d1eb904b89a71400efed2eef44229d
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