From 6614eee4d436644b2709d216a516b3ee6142635f Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 18 Aug 2008 18:59:06 +0000 Subject: Change LowpriorityTask to be ThrottleType.Task | ThrottleType.LowPriority to make the flag nature of this value more clear. --- OpenSim/Framework/ThrottleOutPacketType.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs') diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs index 27b25d2..b236362 100644 --- a/OpenSim/Framework/ThrottleOutPacketType.cs +++ b/OpenSim/Framework/ThrottleOutPacketType.cs @@ -11,6 +11,9 @@ namespace OpenSim.Framework Asset = 6, Unknown = 7, // Also doubles as 'do not throttle' Back = 8, - LowpriorityTask = 9 + + TypeMask = 15, // The mask to mask off the flags + + LowPriority = 128 // Additional flags } } -- cgit v1.1