No description
Find a file
2012-07-31 16:15:38 +03:00
docs 1.3.5 release preparation 2012-07-31 16:15:38 +03:00
include/enet 1.3.5 release preparation 2012-07-31 16:15:38 +03:00
m4 added keep file 2010-05-13 17:42:55 +00:00
callbacks.c 1.3.0 import 2010-06-09 21:16:23 +00:00
ChangeLog 1.3.5 release preparation 2012-07-31 16:15:38 +03:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac 1.3.5 release preparation 2012-07-31 16:15:38 +03:00
Doxyfile Initial revision 2004-10-20 17:17:51 +00:00
enet.dsp 1.3.0 import 2010-06-09 21:16:23 +00:00
enet_dll.cbp 1.3.0 import 2010-06-09 21:16:23 +00:00
host.c mingw time workaround 2012-05-30 10:34:14 -07:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE updated copyright date 2012-05-29 20:27:16 -07:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am added per-peer configurable ping interval and timeouts 2012-05-29 19:05:34 -07:00
packet.c sanity checks 2012-01-06 15:11:04 +00:00
peer.c unreliable fragment queuing fixes 2012-07-31 16:10:40 +03:00
protocol.c case warning fixes 2012-07-31 16:12:11 +03:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c added support for setting tcp send/receive timeouts 2012-02-18 10:31:56 +00:00
win32.c added support for setting tcp send/receive timeouts 2012-02-18 10:31:56 +00: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