summaryrefslogtreecommitdiffstats
path: root/tools/regression/netinet/tcpconnect/tcpconnect.c
Commit message (Collapse)AuthorAgeFilesLines
* Add an #ifdef'd non-blocking version of the test.rwatson2005-05-161-1/+10
| | | | Update copyright.
* 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-091-0/+152
closes the specified number of TCP connections sequentially and synchronously. Useful for trying to trigger races in the accept code.
OpenPOWER on IntegriCloud