From 82012ec4e3c441021795c66112a66e002d459e73 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Wed, 14 Oct 2009 16:21:48 -0700 Subject: * Clean up the SetThrottle() code and add a maxBurstRate parameter to allow more tweaking in the future --- OpenSim/Framework/ThrottleOutPacketType.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs') diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs index eb42fea..e21ff32 100644 --- a/OpenSim/Framework/ThrottleOutPacketType.cs +++ b/OpenSim/Framework/ThrottleOutPacketType.cs @@ -41,13 +41,14 @@ namespace OpenSim.Framework Wind = 2, /// Cloud data Cloud = 3, + /// Any packets that do not fit into the other throttles + Task = 4, /// Texture assets - Texture = 4, + Texture = 5, /// Non-texture assets - Asset = 5, + Asset = 6, /// Avatar and primitive data - State = 6, - /// Any packets that do not fit into the other throttles - Task = 7, + /// This is a sub-category of Task + State = 7, } } -- cgit v1.1