commit | ca04f5d4bb79ef22b708ebb8ab147fc5abb25300 | [log] [tgz] |
---|---|---|
author | Pengcheng Yang <yangpc@wangsu.com> | Mon Mar 16 14:35:10 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 16 18:26:55 2020 -0700 |
tree | f7581ecc8d34788c98d3ba1cec730f9599f8dc5e | |
parent | d861b5c7534e12590e731433304d87b453c3613f [diff] |
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>