mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user