commit | 74cb8798222bb7d1aecb0acb91e6eeedf5feb948 | [log] [tgz] |
---|---|---|
author | Thomas Young <tyo@ee.mu.oz.au> | Wed Jan 04 13:59:32 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 04 13:59:32 2006 -0800 |
tree | 830ed6e12774714149d6a73be2d7dc9d10fbd481 | |
parent | 9369986306d4692f37b61302d4e1ce3054d8833e [diff] |
[TCP] tcp_vegas: Fix slow start Vegas' slow start was only adding one MSS per RTT rather than one for every ack. Slow start behavior should now match Reno. Signed-off-by: Thomas Young <tyo@ee.mu.oz.au> Signed-off-by: David S. Miller <davem@davemloft.net>