Commit graph

3 commits

Author SHA1 Message Date
nia
d9e8760c78 enet: Update to 1.3.15
ENet 1.3.15 (April 20, 2020):

* quicker RTT initialization
* use fractional precision for RTT calculations
* fixes for packet throttle with low RTT variance
* miscellaneous socket bug fixes
2020-06-13 18:22:12 +00:00
nia
821d1e3525 enet: Update to 1.3.14
Changes:

* bug fix for enet_peer_disconnect_later()
* use getaddrinfo and getnameinfo where available
* miscellenous cleanups
2019-07-24 17:40:03 +00:00
kamil
c0e8d6e65e Import enet-1.3.13 as net/enet.
ENet's purpose is to provide a relatively thin, simple and robust network
communication layer on top of UDP (User Datagram Protocol). The primary
feature it provides is optional reliable, in-order delivery of packets.
ENet is NOT intended to be a general purpose high level networking library
that handles authentication, lobbying, server discovery, compression,
encryption and other high level, often application level or dependent tasks.
2016-10-19 19:15:22 +00:00