No description
Find a file
2014-03-08 18:46:39 +02:00
docs typo fix 2013-12-28 16:31:45 +02:00
include/enet avoid some strncpy usage 2014-03-08 18:46:39 +02:00
m4 added keep file 2010-05-13 17:42:55 +00:00
callbacks.c add enet_linked_version() for querying linked version 2013-05-07 10:11:22 +03:00
ChangeLog enet 1.3.11 release prep 2013-12-26 15:49:43 +02:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac enet 1.3.11 release prep 2013-12-26 15:49:43 +02:00
Doxyfile fix file permissions 2013-07-08 14:59:05 +03:00
enet.dsp fix file permissions 2013-07-08 14:59:05 +03:00
enet_dll.cbp 1.3.0 import 2010-06-09 21:16:23 +00:00
host.c small fix for duplicate peers 2013-08-18 17:20:17 +03:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE ENet 1.3.7 release prep 2013-03-06 17:10:59 +02:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am enet 1.3.11 release prep 2013-12-26 15:49:43 +02:00
packet.c another doc fix 2013-12-28 17:21:14 +02:00
peer.c typo fixes 2013-12-28 16:30:15 +02:00
protocol.c avoid an enet_time_get call when timeout expires 2014-02-21 11:20:20 +02:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c avoid some strncpy usage 2014-03-08 18:46:39 +02:00
win32.c avoid some strncpy usage 2014-03-08 18:46:39 +02:00

Please visit the ENet homepage at http://enet.bespin.org 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