ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/packet.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/packet.c (file contents):
Revision 4564 by michael, Sun Aug 24 10:24:47 2014 UTC vs.
Revision 4577 by michael, Mon Aug 25 09:45:23 2014 UTC

# Line 124 | Line 124 | parse_client_queued(struct Client *clien
124   {
125    int dolen = 0;
126    int checkflood = 1;
127 <  struct LocalUser *lclient_p = client_p->localClient;
127 >  struct Connection *lclient_p = client_p->localClient;
128  
129    if (IsUnknown(client_p))
130    {
# Line 249 | Line 249 | void
249   flood_recalc(fde_t *fd, void *data)
250   {
251    struct Client *client_p = data;
252 <  struct LocalUser *lclient_p = client_p->localClient;
252 >  struct Connection *lclient_p = client_p->localClient;
253  
254    /* allow a bursting client their allocation per second, allow
255     * a client whos flooding an extra 2 per second

Diff Legend

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