Robert Watson
27d36ca1a8
Add missing #include of err.h.
...
MFC after: 3 days
Sponsored by: Juniper Networks, Inc.
2011-05-30 08:54:32 +00:00
Bjoern A. Zeeb
4f744c0454
Convert errx(-1, ..., strerror(errno)) to err(-1, ...).
...
Discussed with: rwatson
2007-11-28 20:38:05 +00:00
Bjoern A. Zeeb
551944a21a
Add support for tcpmd5 tests.
...
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]
2007-11-28 20:33:58 +00:00
Robert Watson
31ae050211
Add an #ifdef'd non-blocking version of the test.
...
Update copyright.
2005-05-16 00:54:47 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Robert Watson
a09c60ffeb
Use errx() instead of perror()/exit() for conciseness.
...
Suggested by: ru (some time ago)
2004-10-23 22:11:35 +00:00
Ruslan Ermilov
30f4920b76
Fixed a typo.
...
Submitted by: Pawel Worach
2004-10-17 11:07:03 +00:00
Robert Watson
6a671583a4
Add a simple C-based TCP connection generator, which generates and
...
closes the specified number of TCP connections sequentially and
synchronously. Useful for trying to trigger races in the accept
code.
2004-10-09 20:58:28 +00:00