Date: Fri, 5 Jan 1996 09:49:33 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys socket.h Message-ID: <199601051749.JAA19947@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601051749.JAA19947>