[TCP]: Add pluggable congestion control algorithm infrastructure.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 23 Jun 2005 19:19:55 +0000 (12:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:19:55 +0000 (12:19 -0700)
Allow TCP to have multiple pluggable congestion control algorithms.
Algorithms are defined by a set of operations and can be built in
or modules.  The legacy "new RENO" algorithm is used as a starting
point and fallback.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found