<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Is it possible tht enet is throwing away unreliable packets if it can&#39;t send them?  Is it possible to know when this happens so I can handle it?</div>
</blockquote></div><br>I&#39;m not sure this is related, but once I did accidentally set my upload/download caps too small in enet_host_create, and it made my program behave strangely.  I believe enet was simply dropping all queued packets once the cap was reached.  You might try setting the caps to &#39;0&#39; for unlimited if you haven&#39;t already.<br>