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

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