Date: Sat, 28 May 2011 05:28:00 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/modules/cc Makefile src/sys/modules/cc/cc_htcp Makefile src/sys/netinet/cc cc_htcp.c Message-ID: <201105280528.p4S5SJAM002710@repoman.freebsd.org>
index | next in thread | raw e-mail
lstewart 2011-05-28 05:28:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/modules/cc Makefile
Added files: (Branch: RELENG_8)
sys/modules/cc/cc_htcp Makefile
sys/netinet/cc cc_htcp.c
Log:
SVN rev 222404 on 2011-05-28 05:28:00Z by lstewart
MFC r216115:
Import a clean-room implementation of the experimental H-TCP congestion control
algorithm based on the Internet-Draft "draft-leith-tcp-htcp-06.txt". It is
implemented as a kernel module compatible with the recently committed modular
congestion control framework.
H-TCP was designed to provide increased throughput in fast and long-distance
networks. It attempts to maintain fairness when competing with legacy NewReno
TCP in lower speed scenarios where NewReno is able to operate adequately. The
paper "H-TCP: A framework for congestion control in high-speed and long-distance
networks" provides additional detail.
In collaboration with: David Hayes <dahayes at swin edu au> and
Grenville Armitage <garmitage at swin edu au>
Sponsored by: FreeBSD Foundation
Reviewed by: rpaulo
Revision Changes Path
1.6.2.4 +2 -1 src/sys/modules/cc/Makefile
1.1.2.2 +9 -0 src/sys/modules/cc/cc_htcp/Makefile (new)
1.4.2.2 +521 -0 src/sys/netinet/cc/cc_htcp.c (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105280528.p4S5SJAM002710>
