Even if Client-Only you should call enet_host_service, since it takes care of transferring packets back and forth. Check if that helps.<br><br><div class="gmail_quote">On Wed, Apr 28, 2010 at 5:06 PM, RAULO-KUMAGAI Emmanuel IT&amp;L@bs <span dir="ltr">&lt;<a href="mailto:emmanuel.raulo@orange-ftgroup.com">emmanuel.raulo@orange-ftgroup.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br>
<br>
I&#39;m experiencing problems with receiving big packets over enet.<br>
<br>
At the sending side, I&#39;m using a &quot;client only&quot; host (e.g. enet_host_service() is never called for that host, except when connecting to receiving peer).<br>
<br>
The same code works just fine with small packets but, as soon as those get a little bigger than 2 kilobytes, I&#39;m not receiving packets on the other side: at 3KB I&#39;m receiving some packets then nothing, at 40KB packets are never received.<br>

<br>
Packets are created with the flag ENET_PACKET_FLAG_RELIABLE.<br>
<br>
I&#39;m experiencing this issue under Windows XP SP3, with either the two applications running on the same machine or 2 separate machines on a gigabit LAN.<br>
<br>
Am I overlooking something or is this a bug?<br>
<br>
Support would be greatly appreciated.<br>
<br>
-- <br><font color="#888888">
Emmanuel<br>
</font><br>_______________________________________________<br>
ENet-discuss mailing list<br>
<a href="mailto:ENet-discuss@cubik.org">ENet-discuss@cubik.org</a><br>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a><br>
<br></blockquote></div><br>