commit | cf5d74b85ef40c202c76d90959db4d850f301b95 | [log] [tgz] |
---|---|---|
author | Hoang Tran <tranviethoang.vn@gmail.com> | Wed Sep 27 18:30:58 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 29 06:07:00 2017 +0100 |
tree | c9f027b9870d61b6e3431302ffc22821150fe68a | |
parent | 5af48b59f35cf712793badabe1a574a0d0ce3bd3 [diff] |
tcp: fix under-evaluated ssthresh in TCP Vegas With the commit 76174004a0f19785 (tcp: do not slow start when cwnd equals ssthresh), the comparison to the reduced cwnd in tcp_vegas_ssthresh() would under-evaluate the ssthresh. Signed-off-by: Hoang Tran <hoang.tran@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>