[TCP]: Add High Speed TCP congestion control module.
authorJohn Heffner <jheffner@psc.edu>
Thu, 23 Jun 2005 19:24:58 +0000 (12:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:24:58 +0000 (12:24 -0700)
commita628d29b56d3f420bf3ff1d7543a9caf3ce3b994
tree251238b1abe5f8c77922b0953b268c81abd04387
parent8727076289ec55298a05cabddf02b374d13c1624
[TCP]: Add High Speed TCP congestion control module.

Sally Floyd's high speed TCP congestion control.
This is useful for comparison and research.

Signed-off-by: John Heffner <jheffner@psc.edu>
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_highspeed.c [new file with mode: 0644]