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

Comparing ircd-hybrid-8/doc/example.conf (file contents):
Revision 1537 by michael, Tue Sep 25 19:27:03 2012 UTC vs.
Revision 1541 by michael, Sat Sep 29 20:11:23 2012 UTC

# Line 222 | Line 222 | class {
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;
# Line 312 | Line 312 | listen {
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";

Diff Legend

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