diff options
author | pawel <pawel@FreeBSD.org> | 2013-03-02 07:16:24 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-03-02 07:16:24 +0800 |
commit | 39b999972e5da7fe198485281109f7144566bbad (patch) | |
tree | 11a20809ab1c259d5b7666bdea0a6057f8cad867 /benchmarks/Makefile | |
parent | cb9571dadfa81b3f8ac87e5cd21e75cafcd7cb42 (diff) | |
download | freebsd-ports-gnome-39b999972e5da7fe198485281109f7144566bbad.tar.gz freebsd-ports-gnome-39b999972e5da7fe198485281109f7144566bbad.tar.zst freebsd-ports-gnome-39b999972e5da7fe198485281109f7144566bbad.zip |
SPP provides frequently updated RTT estimates using IP traffic already
present in the network. SPP estimates the RTT between two measurement
points without requiring precise time synchronisation between each
point. SPP accurately estimates the RTT experienced by any application's
traffic without needing modifications to the application itself
or the routers along the path.
WWW: http://caia.swin.edu.au/tools/spp/
PR: ports/176249
Submitted by: Lars Eggert <lars@eggert.org>
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r-- | benchmarks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 45e40945a0c9..a234c325ce68 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -62,6 +62,7 @@ SUBDIR += siege SUBDIR += sipp SUBDIR += slowloris + SUBDIR += spp SUBDIR += stream SUBDIR += super-smack SUBDIR += sysbench |