wok view enet/description.txt @ rev 25667
Up wordpress (6.4.3), xerces-c (3.2.5), ytnet (2.1.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 25 12:33:55 2024 +0000 (12 months ago) |
parents | |
children |
line source
1 ENet's purpose is to provide a relatively thin, simple and robust
2 network communication layer on top of UDP (User Datagram Protocol).
3 The primary feature it provides is optional reliable, in-order
4 delivery of packets.
6 ENet omits certain higher level networking features such as
7 authentication, lobbying, server discovery, encryption, or other
8 similar tasks that are particularly application specific so that
9 the library remains flexible, portable, and easily embeddable.