Hi Ruud,
I am sending 40 image files in a single call to "enet_peer_send", which
the receiver takes a long time to receive the data. I also tested
sending individual image on multiple call. Some are still arriving too
late at the destination. From my understanding, ENet will handle large
data internally and send it as multiple network packets. Will splitting
the image data further more and send them on multiple calls be the
proper way to handle this problem?
Lung
On 7/11/2013 3:36 AM, Ruud van Gaal wrote:
ENet is focused more on small data (game communication for example),
not really big files or such.
Are you splitting the 7Mb up in some kind of file transfer protocol
yourself?
Ruud
On Wed, Jul 10, 2013 at 11:40 PM, Lung Yang <[email protected]
<mailto:[email protected]>> wrote:
Hi, I am using enet library to send large data (about 7 mb) to a
peer in a local area network. However, I notice that there is a
considerable delay of about 16 seconds before the peer receive the
data. (The same thing happened using the localhost address) I
would like to know if there is any way we can speed up the
transfer rate.
Thank you.
Lung
_______________________________________________
ENet-discuss mailing list
[email protected] <mailto:[email protected]>
http://lists.cubik.org/mailman/listinfo/enet-discuss
_______________________________________________
ENet-discuss mailing list
[email protected]
http://lists.cubik.org/mailman/listinfo/enet-discuss
_______________________________________________
ENet-discuss mailing list
[email protected]
http://lists.cubik.org/mailman/listinfo/enet-discuss