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 http://enet.bespin.org/
This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-01-05 22:06:42 +01:00
enet2.spec legacy package [release 1.3.11-2mamba;Sun Oct 22 2023] 2024-01-05 22:06:42 +01:00
README.md legacy package [release 1.3.11-2mamba;Sun Oct 22 2023] 2024-01-05 22:06:42 +01:00

enet2

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 omits certain higher level networking features such as authentication, lobbying, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.