aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ThrottleOutPacketType.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/ThrottleOutPacketType.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs
new file mode 100644
index 0000000..465c0d0
--- /dev/null
+++ b/OpenSim/Framework/ThrottleOutPacketType.cs
@@ -0,0 +1,15 @@
1namespace OpenSim.Framework
2{
3 public enum ThrottleOutPacketType : int
4 {
5 Resend = 0,
6 Land = 1,
7 Wind = 2,
8 Cloud = 3,
9 Task = 4,
10 Texture = 5,
11 Asset = 6,
12 Unknown = 7, // Also doubles as 'do not throttle'
13 Back = 8
14 }
15} \ No newline at end of file