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/
Go to file
2024-04-17 12:55:43 +02:00
enet.spec automatic version update by autodist [release 1.3.18-1mamba;Tue Apr 16 2024] 2024-04-17 12:55:43 +02:00
README.md automatic version update by autodist [release 1.3.11-1mamba;Sat Mar 01 2014] 2024-01-05 22:06:35 +01:00

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 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.