Date: Thu, 2 Dec 2010 06:05:44 +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: <201012020606.oB266Dm9058222@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lstewart 2010-12-02 06:05:44 UTC
FreeBSD src repository
Modified files:
sys/modules/cc Makefile
Added files:
sys/modules/cc/cc_cubic Makefile
sys/netinet/cc cc_cubic.c cc_cubic.h
Log:
SVN rev 216114 on 2010-12-02 06:05:44Z by lstewart
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 (older patch from a few weeks ago)
MFC after: 3 months
Revision Changes Path
1.2 +1 -1 src/sys/modules/cc/Makefile
1.1 +9 -0 src/sys/modules/cc/cc_cubic/Makefile (new)
1.1 +396 -0 src/sys/netinet/cc/cc_cubic.c (new)
1.1 +229 -0 src/sys/netinet/cc/cc_cubic.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012020606.oB266Dm9058222>
