aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/spp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* benchmarks/spp: Update v0.4 -> v0.4.2Lawrence Stewart2020-11-231-2/+2
| | | | | | | | | | | | | | | | | | | Version 0.4.2 - Fixed globals in master and slave (had a few non-static globals with same name) Version 0.4.1 - Fixed bug that included random bytes in the hash input used to generate the packet id in cases where the captured bytes did not include the TCP option bytes or the first 12 bytes for TCP/UDP payload. Now for the TCP options, the UDP/TCP payloads and data for non UDP/TCP, the capture length (snap size) will limit the hash input. Changes: https://bitbucket.org/caia-swin/spp/src/v0.4.2/Changelog.txt PR: 251002 Notes: svn path=/head/; revision=556089
* Assume maintainership of benchmarks/spp and update to v0.4 which addresses:Lawrence Stewart2019-02-251-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=493891
* - Reset lars@eggert.org maintainership (maintainer no longer uses these ports)Dmitry Marakasov2016-02-191-1/+1
| | | | | | | | | | - While here, minor cleanup for net/tcpsplit PR: 206406, 206407 Approved by: lars@eggert.org (private email) Notes: svn path=/head/; revision=409181
* - Update to 0.3.6Dmitry Marakasov2016-02-011-1/+2
| | | | | | | | | PR: 206406 Submitted by: jochen@jochen-neumeister.de Approved by: lars@eggert.org (maintainer) Notes: svn path=/head/; revision=407717
* - Update to 0.3.5Wen Heping2015-05-051-1/+1
| | | | | | | | | PR: 199530 Submitted by: lstewart@FreeBSD.org Approved by: maintainer(timeout, > 14 days) Notes: svn path=/head/; revision=385447
* - Support stagingEmanuel Haupt2014-02-161-6/+2
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=344534
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | benchmarks) Notes: svn path=/head/; revision=327708
* - Update to 0.3.4Frederic Culot2013-05-261-1/+2
| | | | | | | | PR: ports/178949 Submitted by: Lars Eggert <lars@eggert.org> (maintainer) Notes: svn path=/head/; revision=319106
* SPP provides frequently updated RTT estimates using IP traffic alreadyPawel Pekala2013-03-011-0/+18
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> Notes: svn path=/head/; revision=313173