Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move connect code out ouf clientloop into own function. This code can be | 2009-09-08 | 1 | -22/+32 | ||
| | | | | reused by the upcomming UDP mode. OK henning | |||||
* | There is no need for two getaddrinfo implementations for client and server. | 2009-09-08 | 1 | -23/+12 | ||
| | | | | | Merge them and make the client code look more like the server one. OK henning@ | |||||
* | gcc2 hates claudio | 2009-08-29 | 1 | -3/+1 | ||
| | ||||||
* | Change the way how the server works. Instead of forking of a child per | 2009-08-28 | 1 | -240/+377 | ||
| | | | | | | | | connection do multiplexing via poll(2). This allows to use more concurrent connections and to specify additional kvm data to fetch. This was all done by Christiano Farina Haesbaert (christiano.fh gmail dot com) plus some input by myself. OK henning@ | |||||
* | Print a warning when rdomain is used on non-AF_INET sockets. Those are | 2009-08-13 | 1 | -2/+4 | ||
| | | | | currently not supported. Requested by djm sort of. | |||||
* | Allow tcpbench to bind to a different rdomain. | 2009-08-13 | 1 | -3/+22 | ||
| | | | | OK sthen, djm and maybe more | |||||
* | remove unused variable | 2008-09-18 | 1 | -1/+0 | ||
| | | | | sure henning@ | |||||
* | only update stats when we actually wrote sth, relevant for -n, ok djm | 2008-08-14 | 1 | -10/+11 | ||
| | | | | From: Pierre Riteau <pierre.riteau@gmail.com> | |||||
* | some minor improvements from Pierre Riteau; ok djm | 2008-06-26 | 1 | -19/+6 | ||
| | ||||||
* | turd polishing (useless chatter removed), ok djm | 2008-06-15 | 1 | -2/+5 | ||
| | ||||||
* | allow the tcpbench client side to open more than one tcp connection | 2008-06-12 | 1 | -67/+102 | ||
| | | | | to the server and use them simultaniously. ok djm ryan | |||||
* | fix uninitialised variable; from ray@ | 2008-05-15 | 1 | -3/+3 | ||
| | ||||||
* | s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.com | 2008-05-09 | 1 | -3/+3 | ||
| | ||||||
* | import tcpbench, a small TCP benchmarking tool that can also sample | 2008-05-09 | 1 | -0/+829 | ||
relevant kernel variables via kvm(3) ok dlg@ deraadt@ |