From: Angelo P. Castellani <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>

---

This is the YeAH-TCP implementation of the algorithm presented to
PFLDnet2007 (http://wil.cs.caltech.edu/pfldnet2007/).

Regards,
Angelo P. Castellani

Kconfig    |   14 ++
Makefile   |    1
tcp_yeah.c |  288
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tcp_yeah.h |  134 ++++++++++++++++++++++++++++
4 files changed, 437 insertions(+)

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to