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

Comparing ircd-hybrid-8/doc/example.conf (file contents):
Revision 1515 by michael, Thu Aug 30 14:23:42 2012 UTC vs.
Revision 1516 by michael, Thu Aug 30 15:08:36 2012 UTC

# Line 228 | Line 228 | class {
228           * they are dropped.
229           */
230          sendq = 100 kbytes;
231 +
232 +        /*
233 +         * recvq: maximum amount of data in a clients queue before they
234 +         * are dropped for flooding. Defaults to 2560 if the chosen
235 +         * value isn't within the range of 512 to 8000.
236 +         */
237 +        recvq = 2560 bytes;
238 +
239   };
240  
241   class {
# Line 1111 | Line 1119 | general {
1119          max_targets = 4;
1120  
1121          /*
1114         * client_flood: maximum amount of data in a clients queue before
1115         * they are dropped for flooding.
1116         */
1117        client_flood = 2560 bytes;
1118
1119        /*
1122           * message_locale: the default message locale
1123           * Use "standard" for the compiled in defaults.
1124           * To install the translated messages, go into messages/ in the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines