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

Changes BIC 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_bic.c