Commit graph

4 commits

Author SHA1 Message Date
nia
95898f9e0e enet: Update to 1.3.17
ENet 1.3.17 (November 15, 2020):

* fixes for sender getting too far ahead or receiver that can cause instability with reliable packets

ENet 1.3.16 (September 8, 2020):

* fix bug in unreliable fragment queuing
* use single output queue for reliable and unreliable packets for saner ordering
* revert experimental throttle changes that were less stable than prior algorithm
2020-11-26 15:36:59 +00:00
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