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

Comparing ircd-hybrid-8/include/defaults.h (file contents):
Revision 1503 by michael, Tue Aug 14 09:05:58 2012 UTC vs.
Revision 1516 by michael, Thu Aug 30 15:08:36 2012 UTC

# Line 94 | Line 94
94  
95   /* class {} default values */
96   #define DEFAULT_SENDQ 9000000           /* default max SendQ */
97 + #define DEFAULT_RECVQ 2560           /* default max RecvQ */
98   #define PORTNUM 6667                    /* default outgoing portnum */
99   #define DEFAULT_PINGFREQUENCY    120    /* Default ping frequency */
100   #define DEFAULT_CONNECTFREQUENCY 600    /* Default connect frequency */
101 + #define CLIENT_FLOOD_MAX     8000
102 + #define CLIENT_FLOOD_MIN     512
103  
104   #define WATCHSIZE_MIN 1
105   #define WATCHSIZE_DEFAULT 32
# Line 115 | Line 118
118   /* General defaults */
119   #define MAXIMUM_LINKS_DEFAULT 0         /* default for maximum_links */
120  
118 #define CLIENT_FLOOD_DEFAULT 2560       /* default for client_flood */
119 #define CLIENT_FLOOD_MAX     8000
120 #define CLIENT_FLOOD_MIN     512
121
121   #define LINKS_DELAY_DEFAULT  300
122  
123   #define MAX_TARGETS_DEFAULT 4           /* default for max_targets */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines