diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index efc910a..a7dd35a 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -79,7 +79,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
79 | private bool m_clientBlocked = false; | 79 | private bool m_clientBlocked = false; |
80 | 80 | ||
81 | private int m_probesWithNoIngressPackets = 0; | 81 | private int m_probesWithNoIngressPackets = 0; |
82 | private int m_lastPacketsReceived = 0; | 82 | //private int m_lastPacketsReceived = 0; |
83 | private byte[] ZeroOutBuffer = new byte[4096]; | 83 | private byte[] ZeroOutBuffer = new byte[4096]; |
84 | 84 | ||
85 | private readonly LLUUID m_agentId; | 85 | private readonly LLUUID m_agentId; |
@@ -245,7 +245,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
245 | private SetScriptRunning handlerSetScriptRunning = null; | 245 | private SetScriptRunning handlerSetScriptRunning = null; |
246 | private UpdateVector handlerAutoPilotGo = null; | 246 | private UpdateVector handlerAutoPilotGo = null; |
247 | 247 | ||
248 | private TerrainUnacked handlerUnackedTerrain = null; | 248 | //private TerrainUnacked handlerUnackedTerrain = null; |
249 | 249 | ||
250 | //** | 250 | //** |
251 | 251 | ||