lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 19 Feb 2007 11:30:58 +0100
From:	"Angelo P. Castellani" <angelo.castellani@...il.com>
To:	netdev@...r.kernel.org,
	Francesco Vacirca <francesco@....infocom.uniroma1.it>,
	Andrea Baiocchi <andrea.baiocchi@...roma1.it>
Subject: [PATCH 1/2][TCP] YeAH-TCP: algorithm implementation

From: Angelo P. Castellani <angelo.castellani@...il.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@...il.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(+)


View attachment "tcp_yeah-1of2.diff" of type "text/x-patch" (13986 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ