暫無描述

Vladislav Gritsenko 6c45c5c6b0 updated readme, added package 7 年之前
docs 4d1067179b update copyright years 9 年之前
include 3ae5af4548 add portable enet_address_set_host_ip that can properly parse broadcast address 8 年之前
m4 9d510a4a07 added keep file 15 年之前
CMakeLists.txt 6cc8cc8a26 Fix mingw compilation 7 年之前
ChangeLog 5f476546ed use getaddrinfo and getnameinfo where available 10 年之前
Doxyfile f7c46f03fd enet 1.3.13 release prep 10 年之前
DoxygenLayout.xml 6f287186d8 more doxygen cleanups 11 年之前
LICENSE 4d1067179b update copyright years 9 年之前
Makefile.am f7c46f03fd enet 1.3.13 release prep 10 年之前
README 6c45c5c6b0 updated readme, added package 7 年之前
callbacks.c 27d41dd2ae add enet_linked_version() for querying linked version 12 年之前
compress.c fc56be2eba doxygen fixes 15 年之前
configure.ac 5f476546ed use getaddrinfo and getnameinfo where available 10 年之前
enet.dsp 4697a58d53 fix file permissions 11 年之前
enet_dll.cbp 572636062e 1.3.0 import 15 年之前
host.c ea8d41f65c added maximumPacketSize and maximumWaitingData fields for limiting peer buffer space 11 年之前
libenet.pc.in 0456e849d6 WIP build system cleanups by Nathan Phillip Brink 15 年之前
list.c 2a878c2372 list include workaround 14 年之前
package.json 6c45c5c6b0 updated readme, added package 7 年之前
packet.c b3de8a29c4 another doc fix 11 年之前
peer.c 518144338d fix maximumWaitingData handling to allow acknowledgements when the packet already exists 11 年之前
premake4.lua d85a037ec4 add premake file 10 年之前
protocol.c 7c27a5d5f8 fix window wrap check when sending reliable outgoing commands 10 年之前
unix.c 3ae5af4548 add portable enet_address_set_host_ip that can properly parse broadcast address 8 年之前
win32.c 3ae5af4548 add portable enet_address_set_host_ip that can properly parse broadcast address 8 年之前

README

# ENet

It is a mirror/fork of original repo, with npm package support.

## Installation

```sh
$ npm install enet.c --save
```

## Original README:

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