[TCP]: Add TCP BIC congestion control module.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 23 Jun 2005 19:23:25 +0000 (12:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2005 19:23:25 +0000 (12:23 -0700)
commit83803034f4233d810c4adc52008921da060c55d1
tree585269362b229dce9e70ded1a7bddb4d4628913a
parent9d7bcfc6b8586ee5a52043f061e0411965e71b88
[TCP]: Add TCP BIC congestion control module.

TCP BIC congestion control reworked to use the new congestion control
infrastructure. This version is more up to date than the BIC
code in 2.6.12; it incorporates enhancements from BICTCP 1.1,
to handle low latency links.

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_bic.c [new file with mode: 0644]