netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2][TCP] YeAH-TCP: algorithm implementation
@ 2007-02-19 10:46 Angelo P. Castellani
  2007-02-19 10:48 ` Angelo P. Castellani
  0 siblings, 1 reply; 4+ messages in thread
From: Angelo P. Castellani @ 2007-02-19 10:46 UTC (permalink / raw)
  To: netdev; +Cc: Andrea Baiocchi, Francesco Vacirca

From: Angelo P. Castellani <angelo.castellani@gmail.con>

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>

---

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(+)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-07  4:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-19 10:46 [PATCH 1/2][TCP] YeAH-TCP: algorithm implementation Angelo P. Castellani
2007-02-19 10:48 ` Angelo P. Castellani
2007-03-06 22:56   ` [PATCH] TCP Yeah: cleanup Stephen Hemminger
2007-03-07  4:21     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).