From owner-freebsd-commit Tue Sep 12 22:36:11 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09027 for freebsd-commit-outgoing; Tue, 12 Sep 1995 22:36:11 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09014 for cvs-all-outgoing; Tue, 12 Sep 1995 22:36:09 -0700 Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA08998 for cvs-sys-outgoing; Tue, 12 Sep 1995 22:36:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA08988 ; Tue, 12 Sep 1995 22:35:51 -0700 Date: Tue, 12 Sep 1995 22:35:51 -0700 From: David Greenman Message-Id: <199509130535.WAA08988@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys socket.h Sender: commit-owner@FreeBSD.org Precedence: bulk davidg 95/09/12 22:35:50 Modified: sys/sys socket.h Log: Increased SOMAXCONN from 5 to 32. 5 was too small a value for just about any reasonably busy machine, and by any measure is a lousy "max" value. 32 was chosen after a careful analysis of typical listen queue depths on several busy Internet servers (both web and ftp). I also intend to add a statistics counter for dropped connection requests due to the limit being exceeded.