From: Kevin Webb Date: Tue, 18 Nov 2008 21:19:54 +0000 (+0000) Subject: Added a check to see if the sending rate is within 1% of the limit rather than X-Git-Tag: DistributedRateLimiting-0.1-0~46 X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=commitdiff_plain;h=f54a05e4b5bef7c5c90663765656a9084d622e82;hp=f54a05e4b5bef7c5c90663765656a9084d622e82 Added a check to see if the sending rate is within 1% of the limit rather than requiring it to be over the limit before switching FPS regimes. Print a small amount of data in LOG_WARN mode so that we can track progress. Change an assert to a log to prevent crashing. ---