[ENet-discuss] Problem with fragmentation and reassembly of big enet packets

Nuno Silva little.coding.fox at gmail.com
Wed Apr 28 11:15:03 PDT 2010


Even if Client-Only you should call enet_host_service, since it takes care
of transferring packets back and forth. Check if that helps.

On Wed, Apr 28, 2010 at 5:06 PM, RAULO-KUMAGAI Emmanuel IT&L at bs <
emmanuel.raulo at orange-ftgroup.com> wrote:

> Hello,
>
> I'm experiencing problems with receiving big packets over enet.
>
> At the sending side, I'm using a "client only" host (e.g.
> enet_host_service() is never called for that host, except when connecting to
> receiving peer).
>
> The same code works just fine with small packets but, as soon as those get
> a little bigger than 2 kilobytes, I'm not receiving packets on the other
> side: at 3KB I'm receiving some packets then nothing, at 40KB packets are
> never received.
>
> Packets are created with the flag ENET_PACKET_FLAG_RELIABLE.
>
> I'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.
>
> Am I overlooking something or is this a bug?
>
> Support would be greatly appreciated.
>
> --
> Emmanuel
>
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cubik.org/pipermail/enet-discuss/attachments/20100428/6894427c/attachment.html>


More information about the ENet-discuss mailing list