| # | 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. | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |