replace the tick() by a limit on the maximum number of tokens that can be

acumulated ( variable named BurtRate, not exactly a rate...)
This commit is contained in:
UbitUmarov
2014-08-29 13:26:30 +01:00
parent 6f590c2f79
commit 438798202f
2 changed files with 39 additions and 15 deletions

View File

@@ -616,8 +616,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
// No packets in this queue. Fire the queue empty callback
// if it has not been called recently
bucket.Tick(); // tick the bucket
emptyCategories |= CategoryToFlag(i);
}
}