Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add -4 and -6 flags for saying if you want to force ipv4 or ipv6 | 2014-08-19 | 1 | -4/+12 | |
| | | | | | | | respectively. tweaks from jmc@ ok djm@ | ||||
* | Once more, the default routing table id is inherited from the process | 2014-02-26 | 1 | -3/+2 | |
| | | | | like for any other process as well. OK by many | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -4/+4 | |
| | |||||
* | add a timer to tcpbench as a command-line option (-t) so | 2012-01-26 | 1 | -2/+7 | |
| | | | | | | | that it is possible to stop the tcpbench client after a certain number of seconds. This makes it easier to use tcpbench as part of a script. From: Lawrence Teo <lteo at lteo.net> ok phessler haesbaert and myself | ||||
* | Typo. | 2011-12-18 | 1 | -3/+3 | |
| | |||||
* | Add -b option which allows the client side to bind the socket to a | 2011-09-09 | 1 | -2/+5 | |
| | | | | | | numeric address. Requested by mikeb@ in order to test ipsec. ok mcbride mikeb djm jmc | ||||
* | oops! -T snuck into the wrong place... | 2011-08-23 | 1 | -2/+2 | |
| | |||||
* | Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf. | 2011-08-23 | 1 | -2/+19 | |
| | | | | | ok mcbride@ djm@ 'fine from me' jmc@ | ||||
* | various cleanup; | 2011-03-16 | 1 | -20/+22 | |
| | |||||
* | Implement UDP mode for tcpbench and switch tcpbench to use libevent. | 2011-03-09 | 1 | -15/+33 | |
| | | | | | | | | In UDP mode the tcpbench client tries to flood the pipe to the maximum and the server will busy read the packets. For TCP mode nothing has changed. All the work was done by Christiano F. Haesbaert (haesbaert(at)haesbaert org). OK myself and a lot of pushing from deraadt@ | ||||
* | add HISTORY and AUTHORS sections. | 2010-10-26 | 1 | -2/+12 | |
| | | | | ok jmc@, djm@ | ||||
* | put .Os in the right place; | 2010-07-03 | 1 | -2/+2 | |
| | |||||
* | Fix the naming of interfaces and variables for rdomains and rtables | 2010-07-03 | 1 | -6/+6 | |
| | | | | | | | | | | | | and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | ||||
* | use Bk/Ek to avoid ugly split in synopsis; | 2009-08-13 | 1 | -1/+3 | |
| | |||||
* | Allow tcpbench to bind to a different rdomain. | 2009-08-13 | 1 | -2/+7 | |
| | | | | OK sthen, djm and maybe more | ||||
* | some minor improvements from Pierre Riteau; ok djm | 2008-06-26 | 1 | -3/+6 | |
| | |||||
* | tweak previous; | 2008-06-12 | 1 | -2/+2 | |
| | |||||
* | allow the tcpbench client side to open more than one tcp connection | 2008-06-12 | 1 | -2/+5 | |
| | | | | to the server and use them simultaniously. ok djm ryan | ||||
* | tweak previous; ok djm | 2008-05-09 | 1 | -14/+14 | |
| | |||||
* | import tcpbench, a small TCP benchmarking tool that can also sample | 2008-05-09 | 1 | -0/+97 | |
relevant kernel variables via kvm(3) ok dlg@ deraadt@ |