[ENet-discuss]question about ENET (reliable message transmission)
=?ks_c_5601-1987?B?v/jFwsiv?=
weon at digitalwave.co.kr
Fri May 16 15:42:00 PDT 2003
Hi,
I found ENET and was testing with simple echo program.
I read that ENET can support reliable message level transmission over UDP.
But my simple echo program frequently loses messages.
My program is unidirectional message transmission between two processes(server/client):
on server side on client side
prepare ENET as server prepare ENET as client
enet_host_service(...) send a sequenced message
check if message sequence is correct if error, re-send the message
When the two process goes running, the server received only 1024 messages.
All the other seems to be dropped with message 'Error sending outgoing packets: Message too long'.
Any help highly appreciated.
Thanks
-----------
Tawan Won
More information about the ENet-discuss
mailing list