enet
enet copied to clipboard
ENet reliable UDP networking library
The documentation isn't crystal clear on this, but it seems like the `timeoutLimit` parameter for the `enet_peer_timeout()` function does not work as intended. The documentation regarding the function says the...
[enet_range_coder_compress()](https://github.com/lsalzman/enet/blob/e3ada4ed750b976833e3d54a9c1179445289bbf6/compress.c#L247)
*I'm not actively using enet at the moment. But skimming over some of the issues and the API have made me think about some potential usage issues which are a...
Hello, im trying to make simple multiplayer game. I have this model: client send to server what he wants to do, server do this, and send result back to the...
Hi, I'm facing an issue when enet is flooding upd packets on mobile, and when on VPN , it will hang the app, so I'm revisiting the game loop and...
I've followed instructions on website and added ENET_DLL but this is not enough to compile enet into a dll, what else has to be done?
It would be nice if the API documentation could be fleshed out. As it is there is no explanation for the majority of things not explained in the short tutorial....