Date: Wed, 01 Nov 1995 19:12:41 -0800 From: Pete Shipley <shipley@dis.org> To: questions@freebsd.org Subject: TCP listen queue length: Message-ID: <199511020313.TAA03073@merde.dis.org> In-Reply-To: Your message of Thu, 26 Oct 1995 11:36:27 -0700. <199510261839.LAA16361@netcom4.netcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Does anyone know how to adjust the listen queue length under FreeBSD 2.* . under SunOS you can do it with: /ndd -set /dev/tcp tcp_conn_req_max 64 and BSDI can be done with: bpatch -l -r somaxconn 32 this is a useful thing WWW servers to speed them up. -Pete
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511020313.TAA03073>