History log of /freebsd-10.0-release/tools/regression/netinet/tcpconnect/tcpconnect.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 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.