From d9b802bb26ee659a68270ac05ea0406389afc883 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 8 Jul 2008 11:25:18 +0000 Subject: * Split out various classes from IClientAPI into their own files, in accordance with code standards --- OpenSim/Framework/ThrottleOutPacketType.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 OpenSim/Framework/ThrottleOutPacketType.cs (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs') 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 @@ +namespace OpenSim.Framework +{ + public enum ThrottleOutPacketType : int + { + Resend = 0, + Land = 1, + Wind = 2, + Cloud = 3, + Task = 4, + Texture = 5, + Asset = 6, + Unknown = 7, // Also doubles as 'do not throttle' + Back = 8 + } +} \ No newline at end of file -- cgit v1.1