enet icon indicating copy to clipboard operation
enet copied to clipboard

ENet implementation in Erlang/OTP

Results 2 enet issues
Sort by recently updated
recently updated
newest added

Hi! I have a question/issue about what happens when out-of-order reliable packets come in. I see here https://github.com/flambard/enet/blob/master/src/enet_channel.erl#L147-L150 That you have the following: ``` {recv_reliable, { #command_header{ reliable_sequence_number = N...

Any idea where I would start? Imagining use for godot's future DTLS code.

help wanted