summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_reass.c
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2011-02-01 06:42:46 +0000
committerlstewart <lstewart@FreeBSD.org>2011-02-01 06:42:46 +0000
commit1138f32d735e977490bce549a2c19c22bf9bf301 (patch)
treeeefbe6ef8c8b04ec89ba5e23699d47d8d46ea7fa /sys/netinet/tcp_reass.c
parentfec0e548bc97d0bd87c39a322bac9ddede91fa3f (diff)
downloadFreeBSD-src-1138f32d735e977490bce549a2c19c22bf9bf301.zip
FreeBSD-src-1138f32d735e977490bce549a2c19c22bf9bf301.tar.gz
Import a clean-room implementation of the Hamilton-Delay (HD) congestion control
algorithm based on the paper "A strategy for fair coexistence of loss and delay-based congestion control algorithms" by Budzisz, Stanojevic, Shorten and Baker. It is implemented as a kernel module compatible with the recently committed modular congestion control framework. HD uses a probabilistic approach to reacting to delay-based congestion. The probability of reducing cwnd is zero when the queuing delay is very small, increasing to a maximum at a set threshold, then back down to zero again when the queuing delay is high. Normal operation keeps the queuing delay below the set threshold. However, since loss-based congestion control algorithms push the queuing delay high when probing for bandwidth, having the probability of reducing cwnd drop back to zero for high delays allows HD to compete with loss-based algorithms. In collaboration with: David Hayes <dahayes at swin edu au> and Grenville Armitage <garmitage at swin edu au> Sponsored by: FreeBSD Foundation Reviewed by: bz and others along the way MFC after: 3 months
Diffstat (limited to 'sys/netinet/tcp_reass.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud