2
0

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

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