No description
Find a file
2013-06-02 13:23:50 +03:00
docs 1.3.8 release prep 2013-06-02 13:23:50 +03:00
include/enet 1.3.8 release prep 2013-06-02 13:23:50 +03: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 1.3.8 release prep 2013-06-02 13:23:50 +03:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac 1.3.8 release prep 2013-06-02 13:23:50 +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 track the number of connected peers to make throttling a bit cheaper 2013-05-11 21:53:55 +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 1.3.8 release prep 2013-06-02 13:23:50 +03:00
packet.c added userData field to ENetPacket 2013-01-19 16:39:34 +02:00
peer.c another typo fix 2013-05-12 18:29:22 +03:00
protocol.c typo fix 2013-05-12 11:04:00 +03:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c handle EINTR in enet_socket_wait 2013-05-10 17:49:44 +03:00
win32.c check for _WIN32 instead of WIN32 2013-04-07 07:11:12 +03: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