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 4892 by michael, Wed Nov 19 17:10:25 2014 UTC vs.
Revision 4893 by michael, Wed Nov 19 17:15:56 2014 UTC

# Line 202 | Line 202 | parse_client_queued(struct Client *clien
202         * and no 'bursts' will be permitted.
203         */
204        if (checkflood > 0)
205 +      {
206          if (lclient_p->sent_parsed >= lclient_p->allow_read)
207            break;
208 +      }
209  
210        /*
211         * Allow opers 4 times the amount of messages as users. why 4?

Diff Legend

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