freebsd-dev/sys/netinet/cc
Lawrence Stewart 92a0637f73 Import an implementation of the CAIA Delay-Gradient (CDG) congestion control
algorithm, which is based on the 2011 v0.1 patch release and described in the
paper "Revisiting TCP Congestion Control using Delay Gradients" by David Hayes
and Grenville Armitage. It is implemented as a kernel module compatible with the
modular congestion control framework.

CDG is a hybrid congestion control algorithm which reacts to both packet loss
and inferred queuing delay. It attempts to operate as a delay-based algorithm
where possible, but utilises heuristics to detect loss-based TCP cross traffic
and will compete effectively as required. CDG is therefore incrementally
deployable and suitable for use on shared networks.

In collaboration with:	David Hayes <david.hayes at ieee.org> and
		Grenville Armitage <garmitage at swin edu au>
MFC after:	4 days
Sponsored by:	Cisco University Research Program and FreeBSD Foundation
2013-07-02 08:44:56 +00:00
..
cc_cdg.c Import an implementation of the CAIA Delay-Gradient (CDG) congestion control 2013-07-02 08:44:56 +00:00
cc_chd.c Staticize malloc types. 2011-04-13 11:28:46 +00:00
cc_cubic.c Staticize malloc types. 2011-04-13 11:28:46 +00:00
cc_cubic.h Use the full and proper company name for Swinburne University of Technology 2011-04-12 08:13:18 +00:00
cc_hd.c Use the full and proper company name for Swinburne University of Technology 2011-04-12 08:13:18 +00:00
cc_htcp.c Staticize malloc types. 2011-04-13 11:28:46 +00:00
cc_module.h Use the full and proper company name for Swinburne University of Technology 2011-04-12 08:13:18 +00:00
cc_newreno.c Use the full and proper company name for Swinburne University of Technology 2011-04-12 08:13:18 +00:00
cc_vegas.c Staticize malloc types. 2011-04-13 11:28:46 +00:00
cc.c Use the full and proper company name for Swinburne University of Technology 2011-04-12 08:13:18 +00:00