enet icon indicating copy to clipboard operation
enet copied to clipboard

ENet reliable UDP networking library

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

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

![image](https://user-images.githubusercontent.com/85633839/183630378-69477068-9a02-4381-91a8-18d640f5b0ac.png) ![image](https://user-images.githubusercontent.com/85633839/183630480-6224c9c7-9060-4a2d-9b07-4e0f9f9bff0f.png) ![image](https://user-images.githubusercontent.com/85633839/183630591-d068f352-cc74-455b-87b0-1d7ddb2c1dfb.png) ![image](https://user-images.githubusercontent.com/85633839/183630670-9f6b9340-159c-401c-accd-298edc2d808c.png) i have included everything needed but i am getting these errors ![image](https://user-images.githubusercontent.com/85633839/183631227-ad58b239-93c5-49bc-b385-0403122688c5.png)