History log of /freebsd-9.3-release/tools/regression/netinet/tcpconnect/tcpconnect.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 222483 30-May-2011 rwatson

Add missing #include of err.h.

MFC after: 3 days
Sponsored by: Juniper Networks, Inc.


# 174033 28-Nov-2007 bz

Convert errx(-1, ..., strerror(errno)) to err(-1, ...).

Discussed with: rwatson


# 174032 28-Nov-2007 bz

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]


# 146251 15-May-2005 rwatson

Add an #ifdef'd non-blocking version of the test.

Update copyright.


# 136843 23-Oct-2004 rwatson

Use errx() instead of perror()/exit() for conciseness.

Suggested by: ru (some time ago)


# 136613 17-Oct-2004 ru

Fixed a typo.

Submitted by: Pawel Worach


# 136337 09-Oct-2004 rwatson

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.