aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2009-10-02 05:49:27 +0100
committerMelanie2009-10-02 05:49:27 +0100
commit3ba36bb4d8ef44514da85702c86aa49808774c72 (patch)
treebf272f68031e49abf2ad2c1fc5845213406112f9 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentMerge branch 'diva-textures-osgrid' into texturetest (diff)
downloadopensim-SC_OLD-3ba36bb4d8ef44514da85702c86aa49808774c72.zip
opensim-SC_OLD-3ba36bb4d8ef44514da85702c86aa49808774c72.tar.gz
opensim-SC_OLD-3ba36bb4d8ef44514da85702c86aa49808774c72.tar.bz2
opensim-SC_OLD-3ba36bb4d8ef44514da85702c86aa49808774c72.tar.xz
Restore the missing image handling to the image manager. The missing
image packet crashes Hippo without a message.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 23fa1a3..f05c490 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -141,7 +141,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
141 protected int m_primTerseUpdateRate = 10; 141 protected int m_primTerseUpdateRate = 10;
142 protected int m_primFullUpdateRate = 14; 142 protected int m_primFullUpdateRate = 14;
143 143
144 protected int m_textureSendLimit = 100; 144 protected int m_textureSendLimit = 20;
145 protected int m_textureDataLimit = 10; 145 protected int m_textureDataLimit = 10;
146 146
147 protected int m_packetMTU = 1400; 147 protected int m_packetMTU = 1400;
@@ -3139,7 +3139,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3139 switch (queue) 3139 switch (queue)
3140 { 3140 {
3141 case ThrottleOutPacketType.Texture: 3141 case ThrottleOutPacketType.Texture:
3142 m_log.Debug("Texture queue empty");
3143 ProcessTextureRequests(); 3142 ProcessTextureRequests();
3144 break; 3143 break;
3145 } 3144 }