summaryrefslogtreecommitdiffstats
path: root/tools/regression/netinet/tcpconnect
Commit message (Collapse)AuthorAgeFilesLines
* Add an #ifdef'd non-blocking version of the test.rwatson2005-05-161-1/+10
| | | | Update copyright.
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Use errx() instead of perror()/exit() for conciseness.rwatson2004-10-231-25/+14
| | | | Suggested by: ru (some time ago)
* Fixed a typo.ru2004-10-171-1/+1
| | | | Submitted by: Pawel Worach
* Add a simple C-based TCP connection generator, which generates andrwatson2004-10-092-0/+160
closes the specified number of TCP connections sequentially and synchronously. Useful for trying to trigger races in the accept code.
OpenPOWER on IntegriCloud