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

eihrul d381b4b7af possible fix for unsequenced packets před 21 roky
docs 9935790800 some tutorial cleanups před 21 roky
include 49414930c5 comment fix před 21 roky
pyenet 3010e46b47 Initial revision před 21 roky
Doxyfile 3010e46b47 Initial revision před 21 roky
LICENSE 3010e46b47 Initial revision před 21 roky
Makefile.am 3010e46b47 Initial revision před 21 roky
README 8b475848f1 changed to point to bespin site před 21 roky
api.txt 3010e46b47 Initial revision před 21 roky
callbacks.c 3010e46b47 Initial revision před 21 roky
configure.in 3010e46b47 Initial revision před 21 roky
design.txt 3010e46b47 Initial revision před 21 roky
enet.dsp 3010e46b47 Initial revision před 21 roky
host.c 3010e46b47 Initial revision před 21 roky
list.c 3010e46b47 Initial revision před 21 roky
packet.c 5055669683 bug fix před 21 roky
peer.c d381b4b7af possible fix for unsequenced packets před 21 roky
protocol.c 33974e01a2 bug fixes před 21 roky
tutorial.txt 3010e46b47 Initial revision před 21 roky
unix.c 3010e46b47 Initial revision před 21 roky
win32.c d0764152e4 win32 bug fixes před 21 roky

README

Please visit the ENet homepage at http://enet.bespin.org for installation
and usage instructions.

If you obtained this package from CVS, the quick description on how to build
is:

# Generate the build system.

aclocal && automake -a -c --foreign && autoconf

# Compile and install the library.

./configure && make && make install

See pyenet/readme.txt for further information on Ling Lo's Python wrapper for
ENet.