summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcpbench (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* turd polishing (useless chatter removed), ok djmhenning2008-06-151-2/+5
|
* tweak previous;jmc2008-06-121-2/+2
|
* allow the tcpbench client side to open more than one tcp connectionhenning2008-06-122-69/+107
| | | | to the server and use them simultaniously. ok djm ryan
* fix uninitialised variable; from ray@djm2008-05-152-4/+4
|
* tweak previous; ok djmjmc2008-05-091-14/+14
|
* s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.comdjm2008-05-091-3/+3
|
* import tcpbench, a small TCP benchmarking tool that can also sampledjm2008-05-093-0/+950
relevant kernel variables via kvm(3) ok dlg@ deraadt@