summaryrefslogtreecommitdiffstats
path: root/usr.bin/tcpbench (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement the nc(1) -D socket debug option also in tcpbench(1).bluhm2021-02-042-8/+26
* tcpbench: display stats on SIGINFO, not just at exit. ok tb@ procter@ deraadt@sthen2020-05-042-5/+21
* Add ping(1)-like summary statistics.procter2020-05-021-3/+3
* Add ping(1)-like summary statistics.procter2020-05-022-44/+165
* Standardize argument naming for "sourceaddr" and unify the wording a bit,schwarze2020-02-122-7/+8
* Prevent divide-by zero in tcpbench(1). Found while testing iwm(4).stsp2019-11-261-1/+5
* If tpcbench(8) is startet with -r0 it does not print statistics.bluhm2018-09-282-3/+7
* Fix white spaces.bluhm2018-09-281-26/+26
* In the early pledge, add "unveil" to permit changes a little later on.deraadt2018-08-081-4/+17
* drop unnecessary timerclear; tv_sec & tv_usec are assigned immediatelycheloha2018-05-221-2/+1
* more errx -> err, from schwarze@benno2018-05-101-3/+3
* Do not mention TCP in tcpbench comments and error messages regardingbluhm2018-05-101-5/+5
* print strdup error with err(). From Nan Xiao nan AT chinadtrace DOTbenno2018-05-101-2/+2
* consistent verb form; from nan xiaojmc2018-05-091-5/+5
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* Document the dependency on sysctl kern.allowkmemderaadt2016-09-251-3/+6
* Add OpenBSD RCS id.bluhm2016-09-191-0/+2
* zap trailing whitespace;jmc2016-07-211-2/+2
* Add AF_UNIX support to tcpbench and also make it possible to randomize theclaudio2016-07-212-31/+73
* Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCKkrw2016-04-061-1/+1
* remove unused variablechl2016-03-281-1/+1
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-211-6/+2
* Normalize Makefile format, and remove bad advice #BINMODE=2555deraadt2015-11-171-10/+5
* pledge tcpbench, from David Hill, tweaked the -s case.benno2015-11-131-4/+17
* If the kmem options are in use, drop the gid earlier.deraadt2015-02-091-10/+11
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-1/+1
* Remove unnecessary include: netinet/in_systm.h is not needed by theselteo2014-10-241-1/+0
* Use reallocarray() to get integer overflow detection.lteo2014-10-161-2/+2
* add -4 and -6 flags for saying if you want to force ipv4 or ipv6dlg2014-08-192-7/+23
* Once more, the default routing table id is inherited from the processclaudio2014-02-261-3/+2
* final circleq to tailq fix. restore the previous pointer check by readingtedu2013-12-251-1/+12
* more fixing after circleq conversion. a better fix to check the prevtedu2013-12-241-13/+4
* Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQkrw2013-12-201-4/+4
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-1/+2
* Simplify rtable assignment and cut some crufthaesbaert2012-10-021-22/+5
* Don't need this anymore, we have them in bsd.own.mk.haesbaert2012-08-171-11/+0
* When the last user disconnects, make sure we display the status linehaesbaert2012-06-161-4/+5
* Fix double-free when -n is used with -b.haesbaert2012-05-081-1/+2
* Kill "goto again" uppon EINTR and check EWOULDBLOCK in accept(2).haesbaert2012-04-131-19/+7
* Rate-limit accepting of new connections while we are experiencing fdhaesbaert2012-04-071-10/+50
* Remove setpgid() call, this is a leftover from when we were forked.haesbaert2012-01-311-3/+0
* Don't use floating precision while printing PPS in UDP mode.haesbaert2012-01-291-3/+3
* add a timer to tcpbench as a command-line option (-t) sohenning2012-01-262-6/+33
* Don't lie the number of estabilished connections. nconns is the numberhaesbaert2011-12-181-1/+2
* Typo.haesbaert2011-12-181-3/+3
* Fix some warnx() calls which should be fprintf plus KNF.haesbaert2011-12-041-5/+5
* Kill unecessary break in UDP_MODE, simplify code a bit by killing somehaesbaert2011-10-071-18/+11
* Sort the lines on -l output and match the order on the column output.haesbaert2011-10-011-40/+41
* Add -b option which allows the client side to bind the socket to ahaesbaert2011-09-092-13/+48