ENet reliable UDP networking library
#c #networking #library #client-server #client #server #udp #messaging #reliable-networking #gamedev

ChrisTrenkamp 8be2368a80 Use offsetof to compute ENetProtocolHeader's sentTime offset (#276) hai 17 horas
.github 07a40ef0f9 Add GitHub Actions CI (#188) %!s(int64=2) %!d(string=hai) anos
docs 5857b13df1 Update tutorial.dox (#246) hai 1 ano
include 8be2368a80 Use offsetof to compute ENetProtocolHeader's sentTime offset (#276) hai 17 horas
m4 9d510a4a07 added keep file %!s(int64=15) %!d(string=hai) anos
.gitignore b275a5334f Add a .gitignore (#245) hai 1 ano
CMakeLists.txt 8be2368a80 Use offsetof to compute ENetProtocolHeader's sentTime offset (#276) hai 17 horas
ChangeLog 2662c0de09 1.3.18 release prep hai 1 ano
Doxyfile 2662c0de09 1.3.18 release prep hai 1 ano
DoxygenLayout.xml 6f287186d8 more doxygen cleanups %!s(int64=11) %!d(string=hai) anos
LICENSE 2662c0de09 1.3.18 release prep hai 1 ano
Makefile.am 2662c0de09 1.3.18 release prep hai 1 ano
README 153e10f953 Relocate home to http://sauerbraten.org/enet/ %!s(int64=2) %!d(string=hai) anos
callbacks.c 27d41dd2ae add enet_linked_version() for querying linked version %!s(int64=12) %!d(string=hai) anos
compress.c fc56be2eba doxygen fixes %!s(int64=15) %!d(string=hai) anos
configure.ac 8be2368a80 Use offsetof to compute ENetProtocolHeader's sentTime offset (#276) hai 17 horas
enet.dsp 4697a58d53 fix file permissions %!s(int64=12) %!d(string=hai) anos
enet_dll.cbp 572636062e 1.3.0 import %!s(int64=15) %!d(string=hai) anos
host.c 8ae0e85298 update connecting peer's mtu from host's current mtu %!s(int64=2) %!d(string=hai) anos
libenet.pc.in 0456e849d6 WIP build system cleanups by Nathan Phillip Brink %!s(int64=15) %!d(string=hai) anos
list.c 2a878c2372 list include workaround %!s(int64=15) %!d(string=hai) anos
packet.c 0b924c79ce add some safety checks to enet_packet_resize hai 1 ano
peer.c 1e80a78f48 bound totalWaitingData decrement hai 1 ano
premake4.lua d85a037ec4 add premake file %!s(int64=11) %!d(string=hai) anos
protocol.c 8be2368a80 Use offsetof to compute ENetProtocolHeader's sentTime offset (#276) hai 17 horas
unix.c c30a17ac8a return -2 for EINTR hai 1 ano
win32.c c30a17ac8a return -2 for EINTR hai 1 ano

README

Please visit the ENet homepage at http://sauerbraten.org/enet/ 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