try to reduce insane high data rate udp bursts. This needs testing on a

region with a lot of contents. Should not affect much average rates.
This commit is contained in:
UbitUmarov
2014-08-28 22:26:03 +01:00
parent 894b5c10c6
commit 986863a0cd
2 changed files with 11 additions and 1 deletions

View File

@@ -616,6 +616,8 @@ 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);
}
}