freebsd-nq/tools/regression/sockets
Robert Watson d742e4abaf Add a regression test for listen()'s backlog argument, both at time of
creation and at time of update using an additional call to listen().
This test also exercises SO_LISTENQLIMIT, a forthcoming socket option
that allows the retrieval (but not setting) of the queue limit.

Discussed with:	andre
2005-09-18 13:42:19 +00:00
..
accept_fd_leak
accf_data_attach o setsockopt(2) cannot remove accept filter. [1] 2005-06-11 11:59:48 +00:00
kqueue
listen_backlog Add a regression test for listen()'s backlog argument, both at time of 2005-09-18 13:42:19 +00:00
listenclose Close the connect socket as well as the listen socket on completion. 2005-05-16 00:53:38 +00:00
reconnect
shutdown Remove checks for shutdown(2) on non-connected socket. 2005-09-15 13:20:39 +00:00
sigpipe Check the return value of shutdown(). 2005-03-11 13:05:18 +00:00
socketpair
unix_bindconnect Add a simple regression test for stream UNIX domain sockets and the 2005-02-20 22:21:53 +00:00