[TCP]: TCP Compound congestion control
authorAngelo P. Castellani <angelo.castellani@gmail.com>
Tue, 6 Jun 2006 00:29:09 +0000 (17:29 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:25 +0000 (21:29 -0700)
commitf890f921040fef6a35e39d15b729af1fd1a35f29
tree130ee6a827a092cc205d6054d2e11f185e60ad1c
parent76f1017757aa0c308a0b83ca611c9a89ee9a79a4
[TCP]: TCP Compound congestion control

TCP Compound is a sender-side only change to TCP that uses
a mixed Reno/Vegas approach to calculate the cwnd.

For further details look here:
  ftp://ftp.research.microsoft.com/pub/tr/TR-2005-86.pdf

Signed-off-by: Angelo P. Castellani <angelo.castellani@gmail.com>
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_compound.c [new file with mode: 0644]