• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H09-Feb-2021-670512

include/enet/H09-Feb-2021-1,032664

m4/H07-May-2022-8,6257,763

.gitignoreH A D09-Feb-20216 21

CMakeLists.txt.not_usingH A D09-Feb-20211.8 KiB7165

ChangeLogH A D09-Feb-20217.1 KiB180132

DoxyfileH A D09-Feb-202198 KiB2,3041,775

DoxygenLayout.xmlH A D09-Feb-20216.1 KiB192179

LICENSEH A D09-Feb-20211 KiB84

Makefile.amH A D09-Feb-2021664 2318

Makefile.inH A D09-Feb-202128.7 KiB879776

READMEH A D09-Feb-2021305 168

aclocal.m4H A D09-Feb-202138.7 KiB1,081984

callbacks.cH A D09-Feb-2021971 5437

compress.cH A D09-Feb-202120.8 KiB655578

config.guessH A D09-Feb-202144.2 KiB1,5591,352

config.subH A D09-Feb-202134.7 KiB1,7891,651

configureH A D09-Feb-2021396.8 KiB13,66811,374

configure.acH A D09-Feb-2021897 3023

depcompH A D09-Feb-202123 KiB792502

enet-config.cmake.inH A D09-Feb-2021392 1310

enet-config.inH A D09-Feb-2021145 52

enet.dspH A D09-Feb-20213.9 KiB169138

enet.pc.inH A D09-Feb-2021289 119

enet_dll.cbpH A D09-Feb-20212.2 KiB8786

host.cH A D09-Feb-202118.4 KiB522373

install-shH A D09-Feb-202113.7 KiB528351

libenet.pc.inH A D09-Feb-2021260 119

list.cH A D09-Feb-20211.5 KiB7649

ltmain.shH A D09-Feb-2021276.8 KiB9,6567,304

missingH A D09-Feb-20216.7 KiB216143

packet.cH A D09-Feb-20213.8 KiB166111

peer.cH A D09-Feb-202137 KiB1,005708

premake4.luaH A D09-Feb-2021933 5936

protocol.cH A D09-Feb-202170.2 KiB1,9541,500

unix.cH A D09-Feb-202114.1 KiB617486

win32.cH A D09-Feb-202110.3 KiB443349

README

1Please visit the ENet homepage at http://enet.bespin.org for installation
2and usage instructions.
3
4If you obtained this package from github, the quick description on how to build
5is:
6
7# Generate the build system.
8
9autoreconf -vfi
10
11# Compile and install the library.
12
13./configure && make && make install
14
15
16