From owner-freebsd-commit Fri Jan 5 09:49:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19976 for freebsd-commit-outgoing; Fri, 5 Jan 1996 09:49:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19964 for cvs-all-outgoing; Fri, 5 Jan 1996 09:49:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19954 for cvs-sys-outgoing; Fri, 5 Jan 1996 09:49:34 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19947 Fri, 5 Jan 1996 09:49:33 -0800 (PST) Date: Fri, 5 Jan 1996 09:49:33 -0800 (PST) From: David Greenman Message-Id: <199601051749.JAA19947@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys socket.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/05 09:49:32 Modified: sys/sys socket.h Log: Increased default SOMAXCONN from 32 to 128. 128 is the largest value I consider "safe" for most systems. Note that this is (has been for some time) also tunable with sysctl (via kern.somaxconn) should the operator wish to increase this value even higher. Also note that 128 is what the Netscape WWW server reportedly asks for. Revision Changes Path 1.8 +2 -2 src/sys/sys/socket.h