summaryrefslogtreecommitdiff
path: root/net-mgmt/sting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Respect CC and CFLAGSKris Kennaway2000-07-011-4/+12
| | | | Notes: svn path=/head/; revision=30052
* Add STING, a TCP-based network measurement tool that measures end-to-endWill Andrews2000-05-228-0/+71
network path characteristics. sting is unique because it can estimate one-way properties, such as loss rate, through careful manipulation and observation of TCP behavior. Since Benno submitted the port first, and since the patches are nearly identical, Benno will get credit for creating the port. However, since Kelly offered to maintain it, he will get the job. PRs: 18476, 18508 Submitted by: Benno Rice <benno@netizen.com.au>, Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=28666