Parent Directory
|
Revision Log
|
Patch
revision 6518 by michael, Mon Sep 7 17:17:06 2015 UTC | revision 6519 by michael, Mon Sep 7 17:28:47 2015 UTC | |
---|---|---|
# | Line 260 flood_recalc(fde_t *fd, void *data) | Line 260 flood_recalc(fde_t *fd, void *data) |
260 | ||
261 | /* | /* |
262 | * Allow a bursting client their allocation per second, allow | * Allow a bursting client their allocation per second, allow |
263 | * a client whos flooding an extra 2 per second | * a client who is flooding an extra 2 per second |
264 | */ | */ |
265 | if (IsFloodDone(client_p)) | if (IsFloodDone(client_p)) |
266 | client_p->connection->sent_parsed -= 2; | client_p->connection->sent_parsed -= 2; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |