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

Comparing ircd-hybrid/branches/8.2.x/include/ircd.h (file contents):
Revision 7667 by michael, Wed Jul 20 17:09:36 2016 UTC vs.
Revision 7859 by michael, Tue Nov 8 20:09:29 2016 UTC

# Line 36 | Line 36 | struct SetOptions
36   {
37    unsigned int maxclients;
38    unsigned int autoconn;      /* autoconn enabled for all servers? */
39 <  int floodcount;    /* Number of messages in 1 second    */
39 >  int floodcount;  /* Number of messages in 'floodtime' seconds */
40 >  int floodtime;
41    unsigned int joinfloodtime;
42    unsigned int joinfloodcount;
43    unsigned int ident_timeout; /* timeout for identd lookups        */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines