From owner-freebsd-questions Wed Nov 1 19:15:11 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA08825 for questions-outgoing; Wed, 1 Nov 1995 19:15:11 -0800 Received: from merde.dis.org (merde.dis.org [206.14.78.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA08802 for ; Wed, 1 Nov 1995 19:15:00 -0800 Received: from merde.dis.org (localhost.tlg.org [127.0.0.1]) by merde.dis.org (8.6.11/8.6.11) with ESMTP id TAA03073 for ; Wed, 1 Nov 1995 19:13:17 -0800 Message-Id: <199511020313.TAA03073@merde.dis.org> To: questions@freebsd.org Subject: TCP listen queue length: X-Phone: (510) 849-2230 X-Snail-address: 2560 Bancroft way #51;Berkeley CA 94704-1700 In-reply-to: Your message of Thu, 26 Oct 1995 11:36:27 -0700. <199510261839.LAA16361@netcom4.netcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3060.815281960.1@merde.dis.org> Date: Wed, 01 Nov 1995 19:12:41 -0800 From: Pete Shipley Sender: owner-questions@freebsd.org Precedence: bulk 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