Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | Make -k work in clientmode by passing the right socket to the | Claudio Jeker | |
stats_prepare() function. | |||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
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 | |||
2009-12-11 | try not to use size_t in places it does not belong; ok djm | Theo de Raadt | |
2009-09-11 | - adjust usage() to fit in 80 columns | Stuart Henderson | |
- re-order client options in usage() to match server options and the manual, as suggested by jmc. ok jmc@ | |||
2009-09-08 | Move connect code out ouf clientloop into own function. This code can be | Claudio Jeker | |
reused by the upcomming UDP mode. OK henning | |||
2009-09-08 | There is no need for two getaddrinfo implementations for client and server. | Claudio Jeker | |
Merge them and make the client code look more like the server one. OK henning@ | |||
2009-08-29 | gcc2 hates claudio | Theo de Raadt | |
2009-08-28 | Change the way how the server works. Instead of forking of a child per | Claudio Jeker | |
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@ | |||
2009-08-13 | Print a warning when rdomain is used on non-AF_INET sockets. Those are | Claudio Jeker | |
currently not supported. Requested by djm sort of. | |||
2009-08-13 | Allow tcpbench to bind to a different rdomain. | Claudio Jeker | |
OK sthen, djm and maybe more | |||
2008-09-18 | remove unused variable | Charles Longeau | |
sure henning@ | |||
2008-08-14 | only update stats when we actually wrote sth, relevant for -n, ok djm | Henning Brauer | |
From: Pierre Riteau <pierre.riteau@gmail.com> | |||
2008-06-26 | some minor improvements from Pierre Riteau; ok djm | Jason McIntyre | |
2008-06-15 | turd polishing (useless chatter removed), ok djm | Henning Brauer | |
2008-06-12 | allow the tcpbench client side to open more than one tcp connection | Henning Brauer | |
to the server and use them simultaniously. ok djm ryan | |||
2008-05-15 | fix uninitialised variable; from ray@ | Damien Miller | |
2008-05-09 | s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.com | Damien Miller | |
2008-05-09 | import tcpbench, a small TCP benchmarking tool that can also sample | Damien Miller | |
relevant kernel variables via kvm(3) ok dlg@ deraadt@ |