enet
enet copied to clipboard
ENet reliable UDP networking library
We are developing a server-client application where the download bandwidth of the server is severely throttled, but not the upload. As a result of this, if we use enet_host_connect() to...
With our application using enet with win32, we were able to connect over LAN address, but we were unable to connect to the host when using internet IP address. The...
Add ipv6 support. full compat with ipv4 and ipv6.
@lsalzman A tutorial In the documentation for basic ENetCompressor creation and usage would be most appreciated. How to properly inherit from and create your own ENetCompressor (not actual compression just...
For dates as Mon, 09 Mar 2015 19:25:42 GMT, whose value is 1425929142 seconds, the enet_uint32 type is overflow by passing this to milliseconds.
From what I understand currently one can only control memory alloc/free via two functions at startup, and also specify if the buffers passed to the packet creation for sending are...
IPv6 support
I took some time to change the `EnetAddress` type to hold IPv6 and iPv4 addresses. I still need to test this, but I'd figure I'd submit a pull request anyways...
Can enet support WP8 ? The library depends on WINMM.Lib, which could not be found in WP8 development. Is it possible to give support for WP8.1 and greater ? Thanks...
Per the [documentation](http://enet.bespin.org/FAQ.html): > as long as the application guards access to [ENetHost], then ENet should operate fine in a multi-threaded environment. The problem is **accessing the `peer` field of...