index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tcpbench
Age
Commit message (
Expand
)
Author
2015-02-09
If the kmem options are in use, drop the gid earlier.
Theo de Raadt
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-10-24
Remove unnecessary include: netinet/in_systm.h is not needed by these
Lawrence Teo
2014-10-16
Use reallocarray() to get integer overflow detection.
Lawrence Teo
2014-08-19
add -4 and -6 flags for saying if you want to force ipv4 or ipv6
David Gwynne
2014-02-26
Once more, the default routing table id is inherited from the process
Claudio Jeker
2013-12-25
final circleq to tailq fix. restore the previous pointer check by reading
Ted Unangst
2013-12-24
more fixing after circleq conversion. a better fix to check the prev
Ted Unangst
2013-12-20
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
Kenneth R Westerback
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-10-02
Simplify rtable assignment and cut some cruft
Christiano F. Haesbaert
2012-08-17
Don't need this anymore, we have them in bsd.own.mk.
Christiano F. Haesbaert
2012-06-16
When the last user disconnects, make sure we display the status line
Christiano F. Haesbaert
2012-05-08
Fix double-free when -n is used with -b.
Christiano F. Haesbaert
2012-04-13
Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2).
Christiano F. Haesbaert
2012-04-07
Rate-limit accepting of new connections while we are experiencing fd
Christiano F. Haesbaert
2012-01-31
Remove setpgid() call, this is a leftover from when we were forked.
Christiano F. Haesbaert
2012-01-29
Don't use floating precision while printing PPS in UDP mode.
Christiano F. Haesbaert
2012-01-26
add a timer to tcpbench as a command-line option (-t) so
Henning Brauer
2011-12-18
Don't lie the number of estabilished connections. nconns is the number
Christiano F. Haesbaert
2011-12-18
Typo.
Christiano F. Haesbaert
2011-12-04
Fix some warnx() calls which should be fprintf plus KNF.
Christiano F. Haesbaert
2011-10-07
Kill unecessary break in UDP_MODE, simplify code a bit by killing some
Christiano F. Haesbaert
2011-10-01
Sort the lines on -l output and match the order on the column output.
Christiano F. Haesbaert
2011-09-09
Add -b option which allows the client side to bind the socket to a
Christiano F. Haesbaert
2011-08-23
oops! -T snuck into the wrong place...
Jason McIntyre
2011-08-23
Allow TOS/TCLASS to be set with -T, accept the same keywords as in pf.conf.
Christiano F. Haesbaert
2011-08-20
event_del() a persistent event; fixes segfault seen on the server when the
Stuart Henderson
2011-06-21
Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudio
Mike Belopuhov
2011-03-16
various cleanup;
Jason McIntyre
2011-03-15
add DPADD; from brad
Theo de Raadt
2011-03-09
Implement UDP mode for tcpbench and switch tcpbench to use libevent.
Claudio Jeker
2010-10-26
add HISTORY and AUTHORS sections.
Felix Kronlage
2010-10-19
Add a few more tcpcb and sockbuffer variables that tcpbench can inspect.
Claudio Jeker
2010-09-28
Make -k work in clientmode by passing the right socket to the
Claudio Jeker
2010-07-03
put .Os in the right place;
Jason McIntyre
2010-07-03
Fix the naming of interfaces and variables for rdomains and rtables
Philip Guenthe
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
2009-09-08
Move connect code out ouf clientloop into own function. This code can be
Claudio Jeker
2009-09-08
There is no need for two getaddrinfo implementations for client and server.
Claudio Jeker
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
2009-08-13
use Bk/Ek to avoid ugly split in synopsis;
Jason McIntyre
2009-08-13
Print a warning when rdomain is used on non-AF_INET sockets. Those are
Claudio Jeker
2009-08-13
Allow tcpbench to bind to a different rdomain.
Claudio Jeker
2008-09-18
remove unused variable
Charles Longeau
2008-08-14
only update stats when we actually wrote sth, relevant for -n, ok djm
Henning Brauer
2008-06-26
some minor improvements from Pierre Riteau; ok djm
Jason McIntyre
[next]