]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite94c33adddb98adeba19dfe30e00c3a40d1dff70
tree5ef93769f33ea5676588aab48179a0c614e6275c
parentf2559a8f2dcccdc238aa406c44200daed07df2a1
[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]