diff options
author | Melanie | 2009-10-01 22:35:57 +0100 |
---|---|---|
committer | Melanie | 2009-10-01 22:35:57 +0100 |
commit | 54a912bb9cd5148abfa5eb68b0146ae3b04051a3 (patch) | |
tree | 191f0f876f2d9389fda297e20b98574fb8f9592b /OpenSim/Region/ClientStack/LindenUDP/ILLPacketHandler.cs | |
parent | Add "dump asset" command to remote asset connector (the only one that uses a (diff) | |
download | opensim-SC-54a912bb9cd5148abfa5eb68b0146ae3b04051a3.zip opensim-SC-54a912bb9cd5148abfa5eb68b0146ae3b04051a3.tar.gz opensim-SC-54a912bb9cd5148abfa5eb68b0146ae3b04051a3.tar.bz2 opensim-SC-54a912bb9cd5148abfa5eb68b0146ae3b04051a3.tar.xz |
Add a method to determine the count of packets in a throttle
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/ILLPacketHandler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/ILLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/ILLPacketHandler.cs index 5658dba..31f9580 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/ILLPacketHandler.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/ILLPacketHandler.cs | |||
@@ -78,5 +78,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
78 | void SetClientInfo(ClientInfo info); | 78 | void SetClientInfo(ClientInfo info); |
79 | void AddImportantPacket(PacketType type); | 79 | void AddImportantPacket(PacketType type); |
80 | void RemoveImportantPacket(PacketType type); | 80 | void RemoveImportantPacket(PacketType type); |
81 | int GetQueueCount(ThrottleOutPacketType queue); | ||
81 | } | 82 | } |
82 | } | 83 | } |