No description
Find a file
Lee Salzman 7083138fd4
Some checks failed
CMake / CMake ${{ matrix.os }} ${{ matrix.build_type }} (Debug, macos-latest) (push) Has been cancelled
CMake / CMake ${{ matrix.os }} ${{ matrix.build_type }} (Debug, ubuntu-latest) (push) Has been cancelled
CMake / CMake ${{ matrix.os }} ${{ matrix.build_type }} (Debug, windows-latest) (push) Has been cancelled
CMake / CMake ${{ matrix.os }} ${{ matrix.build_type }} (Release, macos-latest) (push) Has been cancelled
CMake / CMake ${{ matrix.os }} ${{ matrix.build_type }} (Release, ubuntu-latest) (push) Has been cancelled
CMake / CMake ${{ matrix.os }} ${{ matrix.build_type }} (Release, windows-latest) (push) Has been cancelled
fix extern "C" usage
2024-06-26 13:08:39 -04:00
.github/workflows Add GitHub Actions CI (#188) 2023-03-21 09:24:33 -04:00
docs Update tutorial.dox (#246) 2024-04-22 02:11:11 -04:00
include/enet fix extern "C" usage 2024-06-26 13:08:39 -04:00
m4 added keep file 2010-05-13 17:42:55 +00:00
.gitignore Add a .gitignore (#245) 2024-04-19 00:26:07 -04:00
callbacks.c add enet_linked_version() for querying linked version 2013-05-07 10:11:22 +03:00
ChangeLog 1.3.18 release prep 2024-04-14 23:06:53 -04:00
CMakeLists.txt CMake: Improve install instructions (#244) 2024-04-24 01:43:23 -04:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac 1.3.18 release prep 2024-04-14 23:06:53 -04:00
Doxyfile 1.3.18 release prep 2024-04-14 23:06:53 -04:00
DoxygenLayout.xml more doxygen cleanups 2014-05-11 07:26:52 +03:00
enet.dsp fix file permissions 2013-07-08 14:59:05 +03:00
enet_dll.cbp 1.3.0 import 2010-06-09 21:16:23 +00:00
host.c update connecting peer's mtu from host's current mtu 2023-04-01 14:49:22 -04:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE 1.3.18 release prep 2024-04-14 23:06:53 -04:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am 1.3.18 release prep 2024-04-14 23:06:53 -04:00
packet.c use a hard-coded crc32 table 2022-08-12 08:46:05 -04:00
peer.c avoid explicitly storing roundTripTimeoutLimit 2023-02-05 00:55:34 -05:00
premake4.lua add premake file 2014-09-07 12:14:10 +03:00
protocol.c Fix undefined behaviour with signed left shift in fragment calculations (fixes #256) (#257) 2024-06-10 11:54:11 -04:00
README Relocate home to http://sauerbraten.org/enet/ 2023-03-02 22:43:35 -05:00
unix.c return -2 for EINTR 2024-05-20 14:19:30 -04:00
win32.c return -2 for EINTR 2024-05-20 14:19:30 -04:00

Please visit the ENet homepage at http://sauerbraten.org/enet/ 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