Date: Sat, 28 May 2011 05:17:52 +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_cubic Makefile src/sys/netinet/cc cc_cubic.c cc_cubic.h Message-ID: <201105280518.p4S5IPIh001949@repoman.freebsd.org>
index | next in thread | raw e-mail
lstewart 2011-05-28 05:17:52 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/modules/cc Makefile
Added files: (Branch: RELENG_8)
sys/modules/cc/cc_cubic Makefile
sys/netinet/cc cc_cubic.c cc_cubic.h
Log:
SVN rev 222403 on 2011-05-28 05:17:52Z by lstewart
MFC r216114,217683:
Import a clean-room implementation of the experimental CUBIC congestion control
algorithm based on the Internet-Draft "draft-rhee-tcpm-cubic-02.txt". It is
implemented as a kernel module compatible with the recently committed modular
congestion control framework.
CUBIC was designed for 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 "CUBIC: A New TCP-Friendly High-Speed TCP Variant" 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.3 +1 -1 src/sys/modules/cc/Makefile
1.1.2.2 +9 -0 src/sys/modules/cc/cc_cubic/Makefile (new)
1.4.2.2 +407 -0 src/sys/netinet/cc/cc_cubic.c (new)
1.2.2.2 +229 -0 src/sys/netinet/cc/cc_cubic.h (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105280518.p4S5IPIh001949>
