commit | 0e57976b6376f7fda6bef8b7dee2a3c8819ec9e9 | [log] [tgz] |
---|---|---|
author | John Heffner <jheffner@psc.edu> | Thu Jun 23 12:29:07 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 23 12:29:07 2005 -0700 |
tree | 445642f773297a949674db45909542443e663263 | |
parent | a7868ea68d29eb2c037952aeb3b549cf05749a18 [diff] |
[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>