We should collect more information on what is actually happening. The old behavior was to resend infinitely (and very badly). It would send old updates even when there were new updates for the same object. We changed the resend to transmit the current data rather than old data. If there are still no acks coming back after some time then we need to figure out what the viewer is expecting & when it no longer acks packets. <div>
<br></div><div>There is a write up on the procedure in an old email message on this list.<br><div><br></div><div>--mic</div><div><br><br><div class="gmail_quote">On Tue, Oct 11, 2011 at 3:55 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com">jjustincc@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi dslake (since this is chiefly addressed to you :)<br>
<br>
In commit b5ab33b5 back on Wednesday 20th April 2011, you made a change so that the resend of object updates or property updates is threaded back through Resend methods on LLClientView rather than the normal resend within UDPServer.<br>

<br>
The normal resend only performs the resend once, while going through the LLClientView.Resent*() methods will continually attempt the resend until acked as they put the requests back on the m_entityUpdates/m_entityProps queue.<br>

<br>
>From my experience, often the client will not reack such packets.  This means that they are continuously resent until the client logs out.  I can see this happening by uncommenting the log lines in LLClientView.<u></u>ResendPrimUpdates() and ResentPropertyUpdates().  This is chiefly seen on remote regions (I can't repro on a localhost).<br>

<br>
What do you think?  Can we resend such packets just once?<br>
<br>
Thanks,<br><font color="#888888">
<br>
-- <br>
Justin Clark-Casey (justincc)<br>
<a href="http://justincc.org/blog" target="_blank">http://justincc.org/blog</a><br>
<a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>
______________________________<u></u>_________________<br>
Opensim-dev mailing list<br>
<a href="mailto:Opensim-dev@lists.berlios.de" target="_blank">Opensim-dev@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-dev</a><br>
</font></blockquote></div><br></div></div>