enet
enet copied to clipboard
ENet reliable UDP networking library
I see nothing that modifies ToS value in the packet for LLG (Low Latency Gaming) https://www.iana.org/assignments/dscp-registry/dscp-registry.xhtml
Hi, thanks for your great project, but I tested and found that fail to connect mNetAssist.deb or TcpUdp.exe, but success to connect server program was implement enet. ### client code...
Compiling on Visual Studio 2013 outputs the following compiler errors: `src\enet\win32.c(67): error C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() instead or define _WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API warnings` `src\enet\win32.c(71): error C4996:...
There are currently 3 pull request concerning IPv6: - https://github.com/lsalzman/enet/pull/73 - https://github.com/lsalzman/enet/pull/51 - https://github.com/lsalzman/enet/pull/21 @lsalzman , can we get any info on what's the current status is? Will any of...
Slightly modified the cake configuration to make it easier to use the library in downstream code: should be able to #include "enet/enet.h" without any special IDE configuration. Also added a...
Edit: since this PR (and other) will never be merged and ENet development is basically dead, I made my own [fork](https://github.com/SirLynix/enet6) of enet called enet6. See [this message](https://github.com/lsalzman/enet/pull/109#issuecomment-1745464736). So yeah,...
Hi, There is a very long line in protocol.c, which could be problematic according to a package checker lintian [0]. This patch tries to fold such a long line so...
After adding LT_INIT to configure.ac `autoreconf -ivf && automake` is able to produce configure script
    i have included everything needed but i am getting these errors 