Няма описание

eihrul ad60b6d451 bind address bug fix преди 16 години
docs 356ff9bc7f 1.2 branding преди 17 години
include b846c47521 added miscellaneous updates for broadcasting преди 16 години
ChangeLog b846c47521 added miscellaneous updates for broadcasting преди 16 години
Doxyfile 3010e46b47 Initial revision преди 20 години
LICENSE 277c53f12b *** empty log message *** преди 18 години
Makefile.am 3010e46b47 Initial revision преди 20 години
README 356ff9bc7f 1.2 branding преди 17 години
callbacks.c 3010e46b47 Initial revision преди 20 години
configure.in b846c47521 added miscellaneous updates for broadcasting преди 16 години
design.txt 3010e46b47 Initial revision преди 20 години
enet.dsp dab9d3c666 *** empty log message *** преди 17 години
enet_dll.cbp 42242320e4 added codeblocks project file преди 17 години
host.c b846c47521 added miscellaneous updates for broadcasting преди 16 години
list.c 3010e46b47 Initial revision преди 20 години
packet.c 050cf18c96 *** empty log message *** преди 18 години
peer.c 6cf5ada45c typo fix преди 17 години
protocol.c 08836d86b3 duplicated disconnect packet fixes преди 17 години
tutorial.txt e310eade3b *** empty log message *** преди 19 години
unix.c ad60b6d451 bind address bug fix преди 16 години
win32.c b846c47521 added miscellaneous updates for broadcasting преди 16 години

README

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