mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Add a method to determine the count of packets in a throttle
This commit is contained in:
@@ -78,5 +78,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
void SetClientInfo(ClientInfo info);
|
||||
void AddImportantPacket(PacketType type);
|
||||
void RemoveImportantPacket(PacketType type);
|
||||
int GetQueueCount(ThrottleOutPacketType queue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user