| 222 |
|
number_per_cidr = 16; |
| 223 |
|
|
| 224 |
|
/* |
| 225 |
< |
* sendq: the amount of data allowed in a clients queue before |
| 225 |
> |
* sendq: the amount of data allowed in a clients send queue before |
| 226 |
|
* they are dropped. |
| 227 |
|
*/ |
| 228 |
|
sendq = 100 kbytes; |
| 229 |
|
|
| 230 |
|
/* |
| 231 |
< |
* recvq: maximum amount of data in a clients queue before they |
| 232 |
< |
* are dropped for flooding. Defaults to 2560 if the chosen |
| 231 |
> |
* recvq: maximum amount of data in a clients receive queue before |
| 232 |
> |
* they are dropped for flooding. Defaults to 2560 if the chosen |
| 233 |
|
* value isn't within the range of 512 to 8000. |
| 234 |
|
*/ |
| 235 |
|
recvq = 2560 bytes; |
| 312 |
|
*/ |
| 313 |
|
auth { |
| 314 |
|
/* |
| 315 |
< |
* user: the user@host allowed to connect. Multiple IPv4/IPv6 user |
| 315 |
> |
* user: the user@host allowed to connect. Multiple user |
| 316 |
|
* lines are permitted per auth block. |
| 317 |
|
*/ |
| 318 |
|
user = "*@172.16.0.0/12"; |