]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[TCP] tcp_vegas: Fix slow start
authorThomas Young <tyo@ee.mu.oz.au>
Wed, 4 Jan 2006 21:59:32 +0000 (13:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jan 2006 21:59:32 +0000 (13:59 -0800)
commit74cb8798222bb7d1aecb0acb91e6eeedf5feb948
tree830ed6e12774714149d6a73be2d7dc9d10fbd481
parent9369986306d4692f37b61302d4e1ce3054d8833e
[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>
net/ipv4/tcp_vegas.c