| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- While here, minor cleanup for net/tcpsplit
PR: 206406, 206407
Approved by: lars@eggert.org (private email)
Notes:
svn path=/head/; revision=409181
|
|
|
|
|
|
|
|
|
| |
PR: 206406
Submitted by: jochen@jochen-neumeister.de
Approved by: lars@eggert.org (maintainer)
Notes:
svn path=/head/; revision=407717
|
|
|
|
|
|
|
|
|
| |
PR: 199530
Submitted by: lstewart@FreeBSD.org
Approved by: maintainer(timeout, > 14 days)
Notes:
svn path=/head/; revision=385447
|
|
|
|
|
|
|
| |
- Add LICENSE
Notes:
svn path=/head/; revision=344534
|
|
|
|
|
|
|
| |
benchmarks)
Notes:
svn path=/head/; revision=327708
|
|
|
|
|
|
|
|
| |
PR: ports/178949
Submitted by: Lars Eggert <lars@eggert.org> (maintainer)
Notes:
svn path=/head/; revision=319106
|
|
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
|