]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/Kconfig
[TCP]: Add Scalable TCP congestion control module.
authorJohn Heffner <jheffner@psc.edu>
Thu, 23 Jun 2005 19:29:07 +0000 (12:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:29:07 +0000 (12:29 -0700)
commit0e57976b6376f7fda6bef8b7dee2a3c8819ec9e9
tree445642f773297a949674db45909542443e663263
parenta7868ea68d29eb2c037952aeb3b549cf05749a18
[TCP]: Add Scalable TCP congestion control module.

This patch implements Tom Kelly's Scalable TCP congestion control algorithm
for the modular framework.

The algorithm has some nice scaling properties, and has been used a fair bit
in research, though is known to have significant fairness issues, so it's not
really suitable for general purpose use.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_scalable.c [new file with mode: 0644]