Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an #ifdef'd non-blocking version of the test. | rwatson | 2005-05-16 | 1 | -1/+10 |
| | | | | Update copyright. | ||||
* | Use errx() instead of perror()/exit() for conciseness. | rwatson | 2004-10-23 | 1 | -25/+14 |
| | | | | Suggested by: ru (some time ago) | ||||
* | Fixed a typo. | ru | 2004-10-17 | 1 | -1/+1 |
| | | | | Submitted by: Pawel Worach | ||||
* | Add a simple C-based TCP connection generator, which generates and | rwatson | 2004-10-09 | 1 | -0/+152 |
closes the specified number of TCP connections sequentially and synchronously. Useful for trying to trigger races in the accept code. |