diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ThrottleOutPacketType.cs | 5 |
1 files changed, 4 insertions, 1 deletions
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 | |||
11 | Asset = 6, | 11 | Asset = 6, |
12 | Unknown = 7, // Also doubles as 'do not throttle' | 12 | Unknown = 7, // Also doubles as 'do not throttle' |
13 | Back = 8, | 13 | Back = 8, |
14 | LowpriorityTask = 9 | 14 | |
15 | TypeMask = 15, // The mask to mask off the flags | ||
16 | |||
17 | LowPriority = 128 // Additional flags | ||
15 | } | 18 | } |
16 | } | 19 | } |