[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)
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>

No differences found