]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[TCP] BIC: CUBIC window growth (2.0)
authorStephen Hemminger <shemminger@osdl.org>
Wed, 14 Dec 2005 07:13:28 +0000 (23:13 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:28 +0000 (13:10 -0800)
commitdf3271f3361b61ce02da0026b4a53e63bc2720cb
treef2d897b95ee85b49b167b14554d9aaf1734fd332
parent05d054503a9c4652212b8730150608787547ecc3
[TCP] BIC: CUBIC window growth (2.0)

Replace existing BIC version 1.1 with new version 2.0.
The main change is to replace the window growth function
with a cubic function as described in:
  http://www.csc.ncsu.edu/faculty/rhee/export/bitcp/cubic-paper.pdf

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