aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-28 02:30:16 -0700
committerJohn Hurliman2009-10-28 02:30:16 -0700
commit587c35f6b6e79636bd50f8e650de55239d424b37 (patch)
tree83af941272e9921004256dc82cd87730f77ba479 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentSwitching sculpty from CSJ2K back to OpenJPEG for now until more kinks are ir... (diff)
downloadopensim-SC_OLD-587c35f6b6e79636bd50f8e650de55239d424b37.zip
opensim-SC_OLD-587c35f6b6e79636bd50f8e650de55239d424b37.tar.gz
opensim-SC_OLD-587c35f6b6e79636bd50f8e650de55239d424b37.tar.bz2
opensim-SC_OLD-587c35f6b6e79636bd50f8e650de55239d424b37.tar.xz
Marking ImprovedTerseObjectUpdate packets for avatars as unthrottled to test
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index d6d1a95..97caf52 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -3335,7 +3335,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3335 terse.ObjectData[i] = m_avatarTerseUpdates.Dequeue(); 3335 terse.ObjectData[i] = m_avatarTerseUpdates.Dequeue();
3336 } 3336 }
3337 3337
3338 OutPacket(terse, ThrottleOutPacketType.Task); 3338 OutPacket(terse, ThrottleOutPacketType.Unknown); // HACK: Unthrottled for testing
3339 } 3339 }
3340 3340
3341 public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) 3341 public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations)