Parent Directory
|
Revision Log
|
Patch
revision 603 by michael, Sun May 14 10:32:26 2006 UTC | revision 604 by michael, Sun May 14 10:40:41 2006 UTC | |
---|---|---|
# | Line 79 struct gline_pending | Line 79 struct gline_pending |
79 | char host[HOSTLEN * 2 + 2]; | char host[HOSTLEN * 2 + 2]; |
80 | }; | }; |
81 | ||
/* | ||
* how long a pending G line can be around | ||
* 10 minutes should be plenty | ||
*/ | ||
#define GLINE_PENDING_EXPIRE 600 | ||
#define CLEANUP_GLINES_TIME 300 | ||
82 | EXTERN dlink_list pending_glines; | EXTERN dlink_list pending_glines; |
83 | ||
84 | #define ConFreq(x) ((x)->con_freq) | #define ConFreq(x) ((x)->con_freq) |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |