[TCP]: Add Scalable TCP congestion control module.
authorJohn Heffner <jheffner@psc.edu>
Thu, 23 Jun 2005 19:29:07 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:29:07 +0000 (12:29 -0700)
This patch implements Tom Kelly's Scalable TCP congestion control algorithm
for the modular framework.

The algorithm has some nice scaling properties, and has been used a fair bit
in research, though is known to have significant fairness issues, so it's not
really suitable for general purpose use.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found