No description
Find a file
2010-05-07 07:45:42 +00:00
docs ENet 1.2.1 prep 2009-11-13 00:48:41 +00:00
include send fragment fixes 2010-05-06 14:30:55 +00:00
callbacks.c Initial revision 2004-10-20 17:17:51 +00:00
ChangeLog ENet 1.2.1 prep 2009-11-13 00:48:41 +00:00
configure.in ENet 1.2.1 prep 2009-11-13 00:48:41 +00:00
design.txt Initial revision 2004-10-20 17:17:51 +00:00
Doxyfile Initial revision 2004-10-20 17:17:51 +00:00
enet.dsp *** empty log message *** 2007-10-09 23:08:10 +00:00
enet_dll.cbp removed main.c 2010-05-07 07:45:42 +00:00
host.c propagate malloc failure 2010-05-05 23:37:06 +00:00
LICENSE updated license note 2009-05-10 11:30:31 +00:00
list.c Initial revision 2004-10-20 17:17:51 +00:00
Makefile.am fixed enet building on mingw 2009-03-05 12:05:57 +00:00
packet.c propagate malloc failure 2010-05-05 23:37:06 +00:00
peer.c send fragment fixes 2010-05-06 14:30:55 +00:00
protocol.c ensure fragment outgoing commands are allocated atomically with respect to failure 2010-05-06 13:44:47 +00:00
README 1.2 branding 2008-02-13 01:31:07 +00:00
tutorial.txt *** empty log message *** 2006-07-06 21:30:34 +00:00
unix.c kFreeBSD fixes 2010-01-07 23:22:37 +00:00
win32.c added miscellaneous updates for broadcasting 2008-09-15 23:11:22 +00:00

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.

aclocal && automake -a -c --foreign && autoconf

# Compile and install the library.

./configure && make && make install