]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitae62afbf3ece42ee98022dc70a45258d92088d41
tree37e6f68aac7be9cbbb4e90ca87a6e592c155eb35
parentbf42fb6a3553a07ad1ec90cff912ccb7770723af
[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]