K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-02-13T14:17:55.000000Z K 7 svn:log V 526 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. END