diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-23 15:01:15 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-23 15:01:15 +0200 |
commit | b742311a7039655c63c4d08902b43cebdeeb8d33 (patch) | |
tree | 15366c71acfbf11d205ef24943ee6ba0e16324c4 /docs | |
parent | 25d00181cd5a6b89c926e188e5f7569335ca64d0 (diff) |
Add config option to disable somaxconn range() check
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 0767e9ff5..ca61bb416 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -639,6 +639,12 @@ # to 5, while others (such as linux and *BSD) default to 128. somaxconn="128" + # limitsomaxconn: By default, somaxconn (see above) is limited to a + # safe maximum value in the 2.0 branch for compatibility reasons. + # This setting can be used to disable this limit, forcing InspIRCd + # to use the value specifed above. + limitsomaxconn="true" + # softlimit: This optional feature allows a defined softlimit for # connections. If defined, it sets a soft max connections value. softlimit="12800" |