aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-12 19:35:40 +0100
committerJustin Clark-Casey (justincc)2011-10-12 19:35:40 +0100
commitc5826d589ab2f33a71105bc2d3015ffbb7dd2973 (patch)
tree1b4c50e7f68cff2424d89cf4f2f5b968a0618c64 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.zip
opensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.tar.gz
opensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.tar.bz2
opensim-SC_OLD-c5826d589ab2f33a71105bc2d3015ffbb7dd2973.tar.xz
minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 29dce17..a4887ad 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -3625,7 +3625,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
3625 /// </summary> 3625 /// </summary>
3626 private void ResendPrimUpdates(List<EntityUpdate> updates, OutgoingPacket oPacket) 3626 private void ResendPrimUpdates(List<EntityUpdate> updates, OutgoingPacket oPacket)
3627 { 3627 {
3628 // m_log.WarnFormat("[CLIENT] resending prim update {0}",updates[0].UpdateTime); 3628 // m_log.WarnFormat("[CLIENT] resending prim updates {0}, packet sequence number {1}", updates[0].UpdateTime, oPacket.SequenceNumber);
3629 3629
3630 // Remove the update packet from the list of packets waiting for acknowledgement 3630 // Remove the update packet from the list of packets waiting for acknowledgement
3631 // because we are requeuing the list of updates. They will be resent in new packets 3631 // because we are requeuing the list of updates. They will be resent in new packets