Commit graph

10 commits

Author SHA1 Message Date
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
Mathieu Arnold
56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00
Dmitry Marakasov
5cad147b16 - Reset lars@eggert.org maintainership (maintainer no longer uses these ports)
- While here, minor cleanup for net/tcpsplit

PR:		206406, 206407
Approved by:	lars@eggert.org (private email)
2016-02-19 14:20:59 +00:00
Dmitry Marakasov
90b6dcbdd1 - Update to 0.3.6
PR:		206406
Submitted by:	jochen@jochen-neumeister.de
Approved by:	lars@eggert.org (maintainer)
2016-02-01 14:12:38 +00:00
Wen Heping
f70cd259c5 - Update to 0.3.5
PR:		199530
Submitted by:	lstewart@FreeBSD.org
Approved by:	maintainer(timeout, > 14 days)
2015-05-05 06:57:45 +00:00
Antoine Brodin
419b268499 Allow staging as a regular user 2014-08-24 19:33:07 +00:00
Emanuel Haupt
f51d12e24c - Support staging
- Add LICENSE
2014-02-16 11:29:56 +00:00
Baptiste Daroussin
0f0eb50c1e Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks) 2013-09-20 15:52:44 +00:00
Frederic Culot
d31476dd0b - Update to 0.3.4
PR:		ports/178949
Submitted by:	Lars Eggert <lars@eggert.org> (maintainer)
2013-05-26 12:42:35 +00:00
Pawel Pekala
a678d340c1 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>
2013-03-01 23:16:24 +00:00