[TCP]: TCP Illinois congestion control (rev3)
authorStephen Hemminger <shemminger@linux-foundation.org>
Sat, 21 Apr 2007 00:07:51 +0000 (17:07 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:23 +0000 (22:29 -0700)
commitc462238d6a6d8ee855bda10f9fff442971540ed2
treecaa527f56bb23759bb7c2c4591eb49db21d76f1a
parent9be9a6b983314dd57e2c5ba548dee8b53d338ac3
[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 <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_illinois.c [new file with mode: 0644]