Date: Sun, 13 Feb 2005 14:17:56 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/sockets/listenclose Makefile listenclose.c Message-ID: <200502131417.j1DEHuLA001706@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-13 14:17:56 UTC
FreeBSD src repository
Added files: (Branch: RELENG_5)
tools/regression/sockets/listenclose Makefile listenclose.c
Log:
Merge listenclose regression test from HEAD to RELENG_5 -- specifically,
bring RELENG_5 to listenclose.c, and to Makefile:1.3. Makefile:1.2,
the NO_MAN change, is not merged.
Add a small regression test that opens a TCP socket, listens on it,
performs a non-blocking connect from another socket, and then closes
the listen socket rather than accepting. This is intended to
exercise the close path in which connections are aborted due to a
close on the listen socket while the connection is in the listen
queue.
Revision Changes Path
1.3.2.1 +9 -0 src/tools/regression/sockets/listenclose/Makefile (new)
1.1.2.1 +111 -0 src/tools/regression/sockets/listenclose/listenclose.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502131417.j1DEHuLA001706>
