cvs commit: src/tools/regression/sockets/listen_backlog Makefile
listen_backlog.c
Robert Watson
rwatson at FreeBSD.org
Sun Sep 18 06:42:20 PDT 2005
rwatson 2005-09-18 13:42:19 UTC
FreeBSD src repository
Added files:
tools/regression/sockets/listen_backlog Makefile
listen_backlog.c
Log:
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
Revision Changes Path
1.1 +7 -0 src/tools/regression/sockets/listen_backlog/Makefile (new)
1.1 +382 -0 src/tools/regression/sockets/listen_backlog/listen_backlog.c (new)
More information about the cvs-src
mailing list