From 588b93a2bad8f9326a67e87c28778cf32d11122c Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 17 May 2005 20:54:13 +0000 Subject: Added configurable SOMAXCONN size git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1419 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/inspircd.conf.example') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 5a35a4be2..e99e9772e 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -347,12 +347,26 @@ # spam vector or means of flooding an ircd. The # # default is 128, it is not recommended to raise it # # above 1024. Values up to 65535 are permitted. # +# somaxconn - The maximum number of sockets that may be waiting # +# in the accept queue. This usually allows the ircd # +# to soak up more connections in a shorter space of # +# time when increased but please be aware there is a # +# system defined maximum value to this, the same way # +# there is a system defined maximum number of file # +# descriptors. Some systems may only allow this to # +# be up to 5 (ugh) while others such as FreeBSD will # +# default to a much nicer 128. # +# moduledir - This optional value indicates a runtime change of # +# the location where modules are to be found. This # +# does not add a supplementary directory. There can # +# only be one module path. # -- cgit v1.2.3