summaryrefslogtreecommitdiff
path: root/tools/regression/netinet/tcpconnect/tcpconnect.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing #include of err.h.Robert Watson2011-05-301-0/+1
| | | | | | | | MFC after: 3 days Sponsored by: Juniper Networks, Inc. Notes: svn path=/head/; revision=222483
* Convert errx(-1, ..., strerror(errno)) to err(-1, ...).Bjoern A. Zeeb2007-11-281-8/+8
| | | | | | | Discussed with: rwatson Notes: svn path=/head/; revision=174033
* Add support for tcpmd5 tests.Bjoern A. Zeeb2007-11-281-13/+33
| | | | | | | | | | | | | Add README.tcpmd5 to describe how to build a simple test setup and run tests. Convert compile time options to run time options [1]. Discussed with: rwatson Suggested by: rwatson [1] Notes: svn path=/head/; revision=174032
* Add an #ifdef'd non-blocking version of the test.Robert Watson2005-05-161-1/+10
| | | | | | | Update copyright. Notes: svn path=/head/; revision=146251
* Use errx() instead of perror()/exit() for conciseness.Robert Watson2004-10-231-25/+14
| | | | | | | Suggested by: ru (some time ago) Notes: svn path=/head/; revision=136843
* Fixed a typo.Ruslan Ermilov2004-10-171-1/+1
| | | | | | | Submitted by: Pawel Worach Notes: svn path=/head/; revision=136613
* Add a simple C-based TCP connection generator, which generates andRobert Watson2004-10-091-0/+152
closes the specified number of TCP connections sequentially and synchronously. Useful for trying to trigger races in the accept code. Notes: svn path=/head/; revision=136337