1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/benchmarks/spp/pkg-descr
Lawrence Stewart 1df455cdcf Assume maintainership of benchmarks/spp and update to v0.4 which addresses:
- Added pointer to http://caia.swin.edu.au/reports/130730A/CAIA-TR-130730A.pdf
  - Fixed threading bug that causes segfault with newer pthread lib on Linux
  - Directory bin is now created during make (if it doesn't exists)
  - Added support for DLT_PPP frames in pcap files
  - Create fake "ip_len" if missing (observed in some TSO'ed frames)
  - Noted that IP.ID is no longer useful for disambiguating packets (RFC 6864)
  - Added "-# 8192" to hash across first 12 bytes of TCP payload
  - Added "-# 16384" to hash across all TCP Option bytes
  - Added -O option to print 'fake' (uncorrected) OWD in each direction
  - Various documentation tweaks (README and man page source)
  - Change default hash function for packet id generation to crc64 and added
  - Added -H option to select hash function (crc32 and crc64)
  - Added autotuning of delta_t_max based on actual observed clock offset
    (disabled with -T option)

Reviewed by:	tobik@
Approved by:	tobik@
Differential Revision:	https://reviews.freebsd.org/D18336
2019-02-25 19:32:23 +00:00

9 lines
418 B
Plaintext

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: https://bitbucket.org/caia-swin/spp