ENet networking library mirror
  • C 98.1%
  • CMake 0.8%
  • Lua 0.4%
  • M4 0.4%
  • Makefile 0.3%
Find a file
Cameron Gutman 299ab267c9 Enable ECN/L4S on UNIX
Since this is enabled as a QoS option, it will benefit from the opportunistic
disablement code when ECN-intolerant networks are encountered.
2024-02-03 14:32:25 -06:00
docs update copyright years 2016-02-19 20:07:08 -05:00
include/enet Enable QOS prioritization on macOS 2020-03-29 15:21:26 -07:00
m4 added keep file 2010-05-13 17:42:55 +00:00
callbacks.c add enet_linked_version() for querying linked version 2013-05-07 10:11:22 +03:00
ChangeLog use getaddrinfo and getnameinfo where available 2015-05-11 05:41:27 -04:00
CMakeLists.txt vita: No more need vita specific codesets (#4) 2019-10-12 15:10:59 -07:00
compress.c doxygen fixes 2010-06-09 21:48:46 +00:00
configure.ac use getaddrinfo and getnameinfo where available 2015-05-11 05:41:27 -04:00
Doxyfile enet 1.3.13 release prep 2015-04-30 06:32:01 -07: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 Enable QOS prioritization on macOS 2020-03-29 15:21:26 -07:00
libenet.pc.in WIP build system cleanups by Nathan Phillip Brink 2010-05-13 17:31:45 +00:00
LICENSE update copyright years 2016-02-19 20:07:08 -05:00
list.c list include workaround 2010-07-29 02:42:28 +00:00
Makefile.am enet 1.3.13 release prep 2015-04-30 06:32:01 -07:00
packet.c another doc fix 2013-12-28 17:21:14 +02:00
peer.c fix maximumWaitingData handling to allow acknowledgements when the packet already exists 2014-04-14 21:21:21 +03:00
premake4.lua add premake file 2014-09-07 12:14:10 +03:00
protocol.c Disable QoS tagging if 2 connect packets in a row are dropped 2020-06-12 21:16:46 -07:00
README CVS -> github 2012-05-05 07:51:29 +03:00
unix.c Enable ECN/L4S on UNIX 2024-02-03 14:32:25 -06:00
win32.c Enable QoS prioritization on Windows 2020-04-09 17:42:12 -07: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