This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e93086d0bf
freebsd-dev
/
sys
/
modules
/
khelp
/
Makefile
6 lines
54 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add build infrastructure for Khelp modules. Sponsored by: FreeBSD Foundation Reviewed by: bz MFC after: 3 months
2011-01-24 07:50:29 +00:00
# $FreeBSD$
Import the ERTT (Enhanced Round Trip Time) Khelp module. ERTT uses the 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
2011-01-24 23:08:38 +00:00
SUBDIR
=
h_ertt
Add build infrastructure for Khelp modules. Sponsored by: FreeBSD Foundation Reviewed by: bz MFC after: 3 months
2011-01-24 07:50:29 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
s
u
b
d
i
r
.
m
k
>
Reference in New Issue
Copy Permalink