Parent Directory
|
Revision Log
|
Patch
revision 627 by adx, Sun Oct 23 22:06:17 2005 UTC | revision 628 by adx, Mon May 29 20:04:32 2006 UTC | |
---|---|---|
# | Line 41 | Line 41 |
41 | * just connected. this allows clients to rejoin multiple channels | * just connected. this allows clients to rejoin multiple channels |
42 | * without being so heavily penalised they excess flood. | * without being so heavily penalised they excess flood. |
43 | */ | */ |
44 | #define MAX_FLOOD 5 | #define MAX_FLOOD 5 |
45 | #define MAX_FLOOD_BURST MAX_FLOOD * 8 | #define MAX_FLOOD_BURST MAX_FLOOD * 8 |
46 | ||
47 | #define READBUF_SIZE 16384 | |
48 | ||
49 | struct Callback; | struct Callback; |
50 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |