ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid/trunk/doc/reference.conf (file contents):
Revision 3876 by michael, Thu Jun 5 22:19:27 2014 UTC vs.
Revision 3877 by michael, Fri Jun 6 15:49:13 2014 UTC

# Line 1230 | Line 1230 | general {
1230           */
1231   #       egdpool_path = "/var/run/egd-pool";
1232  
1233 +
1234 +        /*
1235 +         * throttle_count: the maximum number of connections from the same
1236 +         * IP address allowed in throttle_time duration.
1237 +         */
1238 +        throttle_count = 1;
1239 +
1240          /*
1241           * throttle_time: the minimum amount of time required between
1242 <         * connections from the same IP address. exempt {} blocks are excluded
1243 <         * from this throttling.
1242 >         * connections from the same IP address. exempt {} blocks are
1243 >         * excluded from this throttling.
1244           * Offers protection against flooders who reconnect quickly.
1245           * Set to 0 to disable.
1246           */
1247 <        throttle_time = 10 seconds;
1247 >        throttle_time = 2 seconds;
1248   };
1249  
1250   modules {

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)