219c625c743c44153ba0926d8b84c69643bee720
Some files were using ENET_HOST_TO_NET_32 and ENET_NET_TO_HOST_32 without having included the <arpa/inet.h> file beforehand, leading to compiler warnings about implicit declarations of ntohl and htonl.
Please visit the ENet homepage at http://enet.bespin.org for installation and usage instructions. If you obtained this package from github, the quick description on how to build is: # Generate the build system. autoreconf -vfi # Compile and install the library. ./configure && make && make install
Description
Mirror of cgutman/enet (MIT) — reliable UDP networking library, fork used by moonlight-common-c
766 KiB
Languages
C
97.8%
CMake
1.1%
Lua
0.4%
M4
0.4%
Makefile
0.3%