[TCP] YeAH-TCP: algorithm implementation
authorAngelo P. Castellani <angelo.castellani@gmail.con>
Thu, 22 Feb 2007 08:23:05 +0000 (00:23 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:18 +0000 (22:23 -0700)
commit5ef814753eb810d900fbd77af7c87f6d04f0e551
tree5ef93769f33ea5676588aab48179a0c614e6275c
parent127af0c44fc916908abd145914d65b9fe598bcd7
[TCP] YeAH-TCP: algorithm implementation

YeAH-TCP is a sender-side high-speed enabled TCP congestion control
algorithm, which uses a mixed loss/delay approach to compute the
congestion window. It's design goals target high efficiency, internal,
RTT and Reno fairness, resilience to link loss while keeping network
elements load as low as possible.

For further details look here:
    http://wil.cs.caltech.edu/pfldnet2007/paper/YeAH_TCP.pdf

Signed-off-by: Angelo P. Castellani <angelo.castellani@gmail.con>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/tcp_yeah.c [new file with mode: 0644]
net/ipv4/tcp_yeah.h [new file with mode: 0644]