commit | 317a76f9a44b437d6301718f4e5d08bd93f98da7 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Thu Jun 23 12:19:55 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 23 12:19:55 2005 -0700 |
tree | caeba9839dee264f59b035b81c3d13d6c61b638e | |
parent | a8ad86f2dc46356f87be1327dabc18bdbda32f50 [diff] |
[TCP]: Add pluggable congestion control algorithm infrastructure. 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>