aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ThrottleOutPacketType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs')
-rw-r--r--OpenSim/Framework/ThrottleOutPacketType.cs28
1 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs
index 465c0d0..e045783 100644
--- a/OpenSim/Framework/ThrottleOutPacketType.cs
+++ b/OpenSim/Framework/ThrottleOutPacketType.cs
@@ -1,15 +1,15 @@
1namespace OpenSim.Framework 1namespace OpenSim.Framework
2{ 2{
3 public enum ThrottleOutPacketType : int 3 public enum ThrottleOutPacketType : int
4 { 4 {
5 Resend = 0, 5 Resend = 0,
6 Land = 1, 6 Land = 1,
7 Wind = 2, 7 Wind = 2,
8 Cloud = 3, 8 Cloud = 3,
9 Task = 4, 9 Task = 4,
10 Texture = 5, 10 Texture = 5,
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 } 14 }
15} \ No newline at end of file 15} \ No newline at end of file