commit | fa4cb9eba3c705bf2216fe238f25dfd0a9619d2e | [log] [tgz] |
---|---|---|
author | Pengcheng Yang <yangpc@wangsu.com> | Mon Mar 16 14:35:11 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 16 18:26:55 2020 -0700 |
tree | 249c0f7574af26c2b742b0aafd6123231cc8a9bf | |
parent | ca04f5d4bb79ef22b708ebb8ab147fc5abb25300 [diff] |
tcp: fix stretch ACK bugs in Yeah Change Yeah to properly handle stretch ACKs in additive increase mode by passing in the count of ACKed packets to tcp_cong_avoid_ai(). In addition, we re-implemented the scalable path using tcp_cong_avoid_ai() and removed the pkts_acked variable. Signed-off-by: Pengcheng Yang <yangpc@wangsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>