Date: Tue, 12 Sep 1995 22:35:51 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys socket.h Message-ID: <199509130535.WAA08988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509130535.WAA08988>