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 1302 by michael, Wed Mar 21 17:48:54 2012 UTC vs.
Revision 1391 by michael, Tue May 1 15:34:29 2012 UTC

# Line 76 | Line 76
76   #define OPATH   ETCPATH "/opers.motd"           /* oper MOTD file */
77   #define LIPATH  ETCPATH "/links.txt"            /* cached links file */
78  
79 < /* this file is included to supply default
80 < * values for things which are now configurable at runtime.
79 > /*
80 > * This file is included to supply default values for things which
81 > * are now configurable at runtime.
82   */
83  
83 #define HANGONRETRYDELAY 60     /* Recommended value: 30-60 seconds */
84   #define HYBRID_SOMAXCONN 25
85   #define MAX_TDKLINE_TIME        (24*60*360)
86 #define HANGONGOODLINK 3600     /* Recommended value: 30-60 minutes */
86  
87   /* tests show that about 7 fds are not registered by fdlist.c, these
88   * include std* descriptors + some others (by OpenSSL etc.). Note this is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines