Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [TCP]: Allow choosing TCP congestion control via sockopt. | Stephen Hemminger | 2005-06-23 |
| | | | | | | | | Allow using setsockopt to set TCP congestion control to use on a per socket basis. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net> | ||
* | [TCP]: Add pluggable congestion control algorithm infrastructure. | Stephen Hemminger | 2005-06-23 |
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> |