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

Comparing ircd-hybrid/trunk/include/packet.h (file contents):
Revision 8478 by michael, Tue Feb 20 19:30:13 2018 UTC vs.
Revision 8479 by michael, Tue Apr 3 17:03:47 2018 UTC

# Line 30 | Line 30
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,
# Line 54 | Line 54 | enum
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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)