[ENet-discuss] Partial Reliability

Lee Salzman lsalzman at gmail.com
Thu Feb 11 07:32:51 PST 2016


Just use a normal unreliable packet and do your own retransmits/acks
above that, as that stuff becomes a bit too application specific that
enet does not provide it.

On Thu, Feb 11, 2016 at 6:49 AM, Elshad Mustafayev <elshad at goubiq.com> wrote:
> Hello,
>
> We want to use enet for our project for its udp reliability. However, we are
> looking for partial reliability feature. In other words, instead of
> retransmitting the packet until it is received by the peer, attempt some
> number of retransmissions bounded by some maximum number and if it is still
> not received just ignore and continue. Is this feature available in enet? If
> not how can we change the source to get this feature?
>
> Thanks.
>
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss
>


More information about the ENet-discuss mailing list