History log of /freebsd-9.3-release/tools/regression/netinet/tcpsocktimewait/
Revision Date Author Comments
267654 20-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 23-Sep-2011 kensmith

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

Approved by: re (implicit)


222486 30-May-2011 rwatson

Rework TIMEWAIT regression test so that kernel-allocated port numbers are
used rather than a fixed userspace one, avoiding conflicts between the two
test runs.

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


160202 09-Jul-2006 maxim

o style.Makefile(5): WARNS= -> WARNS?=.


157402 02-Apr-2006 rwatson

When running the second part of the test, kill off the server process from
the first part before starting, or the TCP port we want to bind may be in
use still. Sleep for a short period between tests.

Use SIGTERM instead of SIGKILL.


157401 02-Apr-2006 rwatson

Pass the right pid into the parent and child tasks so that when a test
fails, we kill the right partner process.


157400 02-Apr-2006 rwatson

Add makefile for tcpsocktimewait missed in previous commit.


157387 02-Apr-2006 rwatson

Add a short regression test that triggers a TCP socket to enter time wait
while the socket is still open; one variant closes the socket while in
time wait, and a second lets time wait expire while the socket is open.