[TCP]: Add TCP Westwood congestion control module.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 23 Jun 2005 19:24:09 +0000 (12:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:24:09 +0000 (12:24 -0700)
commit8727076289ec55298a05cabddf02b374d13c1624
tree37e6f68aac7be9cbbb4e90ca87a6e592c155eb35
parent83803034f4233d810c4adc52008921da060c55d1
[TCP]: Add TCP Westwood congestion control module.

This is the existing 2.6.12 Westwood code moved from tcp_input
to the new congestion framework. A lot of the inline functions
have been eliminated to try and make it clearer.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_westwood.c [new file with mode: 0644]