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

Comparing ircd-hybrid-7.2/etc/example.efnet.conf (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 40 by adx, Sun Oct 2 22:39:02 2005 UTC

# Line 157 | Line 157 | class {
157          /* max_number: the maximum number of users allowed in this class */
158          max_number = 100;
159  
160 +        /*
161 +         * the following lines are optional and allow you to define
162 +         * how many users can connect from one /NN subnet
163 +         */
164 +        cidr_bitlen_ipv4 = 24;
165 +        cidr_bitlen_ipv6 = 120;
166 +        number_per_cidr = 16;
167 +
168          /*
169           * sendq: the amount of data allowed in a clients queue before
170           * they are dropped.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines