| 30 |
|
#include "fdlist.h" |
| 31 |
|
|
| 32 |
|
/* |
| 33 |
< |
* this hides in here rather than in defaults.h because it really shouldn't |
| 33 |
> |
* This hides in here rather than in defaults.h because it really shouldn't |
| 34 |
|
* be tweaked unless you *REALLY REALLY* know what you're doing! |
| 35 |
|
* Remember, messages are only anti-flooded on incoming from the client, not on |
| 36 |
|
* incoming from a server for a given client, so if you tweak this you risk |
| 37 |
|
* allowing a client to flood differently depending upon where they are on |
| 38 |
< |
* the network.. |
| 38 |
> |
* the network. |
| 39 |
|
* -- adrian |
| 40 |
|
*/ |
| 41 |
|
/* MAX_FLOOD is the amount of lines in a 'burst' we allow from a client, |
| 54 |
|
extern void read_packet(fde_t *, void *); |
| 55 |
|
extern void flood_recalc(fde_t *, void *); |
| 56 |
|
extern void flood_endgrace(struct Client *); |
| 57 |
< |
#endif /* INCLUDED_packet_h */ |
| 57 |
> |
#endif /* INCLUDED_packet_h */ |