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

Michael Keck b275a5334f Add a .gitignore (#245) 1 vuosi sitten
.github 07a40ef0f9 Add GitHub Actions CI (#188) 2 vuotta sitten
docs 2662c0de09 1.3.18 release prep 1 vuosi sitten
include 2662c0de09 1.3.18 release prep 1 vuosi sitten
m4 9d510a4a07 added keep file 15 vuotta sitten
.gitignore b275a5334f Add a .gitignore (#245) 1 vuosi sitten
CMakeLists.txt ca56fecaf3 CMake: Enable shared builds (#242) 1 vuosi sitten
ChangeLog 2662c0de09 1.3.18 release prep 1 vuosi sitten
Doxyfile 2662c0de09 1.3.18 release prep 1 vuosi sitten
DoxygenLayout.xml 6f287186d8 more doxygen cleanups 11 vuotta sitten
LICENSE 2662c0de09 1.3.18 release prep 1 vuosi sitten
Makefile.am 2662c0de09 1.3.18 release prep 1 vuosi sitten
README 153e10f953 Relocate home to http://sauerbraten.org/enet/ 2 vuotta sitten
callbacks.c 27d41dd2ae add enet_linked_version() for querying linked version 12 vuotta sitten
compress.c fc56be2eba doxygen fixes 15 vuotta sitten
configure.ac 2662c0de09 1.3.18 release prep 1 vuosi sitten
enet.dsp 4697a58d53 fix file permissions 12 vuotta sitten
enet_dll.cbp 572636062e 1.3.0 import 15 vuotta sitten
host.c 8ae0e85298 update connecting peer's mtu from host's current mtu 2 vuotta sitten
libenet.pc.in 0456e849d6 WIP build system cleanups by Nathan Phillip Brink 15 vuotta sitten
list.c 2a878c2372 list include workaround 15 vuotta sitten
packet.c 4f8e9bdc4c use a hard-coded crc32 table 3 vuotta sitten
peer.c be7cefa39c avoid explicitly storing roundTripTimeoutLimit 2 vuotta sitten
premake4.lua d85a037ec4 add premake file 11 vuotta sitten
protocol.c c44b7d0f7f Fix unaligned reads and writes of the checksum (fixes #237) (#238) 1 vuosi sitten
unix.c 2a85cd6445 better partial message handling 2 vuotta sitten
win32.c 2662c0de09 1.3.18 release prep 1 vuosi sitten

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