aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/khelp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses theLawrence Stewart2011-01-241-1/+1
| | | | | | | | | | | | | | | | | | | Khelp/Hhook KPIs to hook into the TCP stack and maintain a per-connection, low noise estimate of the instantaneous RTT. ERTT's implementation is robust even in the face of delayed acknowledgements and/or TSO being in use for a connection. A high quality, low noise RTT estimate is a requirement for applications such as delay-based congestion control, for which we will be importing some algorithm implementations shortly. 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 Notes: svn path=/head/; revision=217806
* Add build infrastructure for Khelp modules.Lawrence Stewart2011-01-241-0/+5
Sponsored by: FreeBSD Foundation Reviewed by: bz MFC after: 3 months Notes: svn path=/head/; revision=217773