Date: Sun, 18 Sep 2005 13:42:19 +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/listen_backlog Makefile listen_backlog.c Message-ID: <200509181342.j8IDgKXR035929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509181342.j8IDgKXR035929>