ac-stef 1fe478aae4 cleanup protocol 7 년 전
..
docs 3ff01a18fe enet 1.3.6 12 년 전
include 64f378154d add incremental crc calculation 10 년 전
m4 3ff01a18fe enet 1.3.6 12 년 전
ChangeLog 3ff01a18fe enet 1.3.6 12 년 전
Doxyfile db5c82653f *** empty log message *** 18 년 전
LICENSE 3ff01a18fe enet 1.3.6 12 년 전
Makefile.am 3ff01a18fe enet 1.3.6 12 년 전
Makefile.in 3ff01a18fe enet 1.3.6 12 년 전
README e0ca546b90 WIP build system revamp 14 년 전
aclocal.m4 3ff01a18fe enet 1.3.6 12 년 전
callbacks.c 84ae6f152e whitespace cleanup in enet sources 10 년 전
compress.c 84ae6f152e whitespace cleanup in enet sources 10 년 전
config.guess 3ff01a18fe enet 1.3.6 12 년 전
config.sub 3ff01a18fe enet 1.3.6 12 년 전
configure 3ff01a18fe enet 1.3.6 12 년 전
configure.ac 3ff01a18fe enet 1.3.6 12 년 전
depcomp 3ff01a18fe enet 1.3.6 12 년 전
enet.dsp 6e34f34590 build fixes 14 년 전
enet_dll.cbp 6e34f34590 build fixes 14 년 전
host.c 84ae6f152e whitespace cleanup in enet sources 10 년 전
install-sh 3ff01a18fe enet 1.3.6 12 년 전
libenet.pc.in e0ca546b90 WIP build system revamp 14 년 전
list.c 84ae6f152e whitespace cleanup in enet sources 10 년 전
ltmain.sh 3ff01a18fe enet 1.3.6 12 년 전
missing 3ff01a18fe enet 1.3.6 12 년 전
packet.c 64f378154d add incremental crc calculation 10 년 전
peer.c 84ae6f152e whitespace cleanup in enet sources 10 년 전
protocol.c 84ae6f152e whitespace cleanup in enet sources 10 년 전
unix.c 1fe478aae4 cleanup protocol 7 년 전
win32.c 91753026dc fix enet issue #31 9 년 전

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.

autoreconf -vfi

# Compile and install the library.

./configure && make && make install