commit | c462238d6a6d8ee855bda10f9fff442971540ed2 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <[email protected]> | Fri Apr 20 17:07:51 2007 -0700 |
committer | David S. Miller <[email protected]> | Wed Apr 25 22:29:23 2007 -0700 |
tree | caa527f56bb23759bb7c2c4591eb49db21d76f1a | |
parent | 9be9a6b983314dd57e2c5ba548dee8b53d338ac3 [diff] |
[TCP]: TCP Illinois congestion control (rev3) This is an implementation of TCP Illinois invented by Shao Liu at University of Illinois. It is a another variant of Reno which adapts the alpha and beta parameters based on RTT. The basic idea is to increase window less rapidly as delay approaches the maximum. See the papers and talks to get a more complete description. Signed-off-by: Stephen Hemminger <[email protected]> Signed-off-by: David S. Miller <[email protected]>