No description
Find a file
2013-04-03 10:30:41 +03:00
docs ENet 1.3.7 release prep 2013-03-06 17:10:59 +02:00
include/enet add clang check 2013-04-03 10:30:41 +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 changelog note about enet_socket_get_address 2013-03-20 00:49:49 +02:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac ENet 1.3.7 release prep 2013-03-06 17:10:59 +02: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 query the socket name if an explicit address binding is requested on host creation 2013-03-20 00:43:34 +02: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.7 release prep 2013-03-06 17:10:59 +02:00
packet.c added userData field to ENetPacket 2013-01-19 16:39:34 +02:00
peer.c merging some things from Ryan C. Gordon (icculus): 2012-09-18 16:38:10 +03:00
protocol.c set unused reliable sequence number field for acks to sane value 2013-03-23 17:22:32 +02:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c query the socket name if an explicit address binding is requested on host creation 2013-03-20 00:43:34 +02:00
win32.c query the socket name if an explicit address binding is requested on host creation 2013-03-20 00:43:34 +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