Date: Sat, 28 May 2011 08:24:22 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/modules/khelp Makefile src/sys/modules/khelp/h_ertt Makefile src/sys/netinet/khelp h_ertt.c h_ertt.h Message-ID: <201105280824.p4S8Ohol019539@repoman.freebsd.org>
index | next in thread | raw e-mail
lstewart 2011-05-28 08:24:22 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/modules/khelp Makefile
Added files: (Branch: RELENG_8)
sys/modules/khelp/h_ertt Makefile
sys/netinet/khelp h_ertt.c h_ertt.h
Log:
SVN rev 222410 on 2011-05-28 08:24:22Z by lstewart
MFC 217806:
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
Revision Changes Path
1.2.2.3 +1 -1 src/sys/modules/khelp/Makefile
1.1.2.2 +9 -0 src/sys/modules/khelp/h_ertt/Makefile (new)
1.2.2.2 +545 -0 src/sys/netinet/khelp/h_ertt.c (new)
1.2.2.2 +89 -0 src/sys/netinet/khelp/h_ertt.h (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105280824.p4S8Ohol019539>
