<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't send them? Is it possible to know when this happens so I can handle it?</div>
</blockquote></div><br>I'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 '0' for unlimited if you haven't already.<br>