[ENet-discuss] sending large unreliable packets

Andrew Ford ahford at gmail.com
Wed Aug 3 10:44:27 PDT 2005


Hi,
    I'm trying to send large (4k - 6k) packets of streaming video
using ENet.  Since the protocol handles dropped packets nicely, I want
to be able to send unreliably so it can't interfere with more
important packets.  However, it seems that once the packet is split up
into fragments in enet_peer_send, they're marked reliable.  Although I
can always break up the data and reassemble it myself, I was wondering
why ENet does this (or rather, why ENet doesn't do this for me :)

Thanks,

Andrew



More information about the ENet-discuss mailing list