wok-6.x diff enet/description.txt @ rev 24615
updated goocanvas and goocanvas-dev (2.0.4 -> 3.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 07 07:34:10 2022 +0100 (2022-03-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/enet/description.txt Mon Mar 07 07:34:10 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +ENet's purpose is to provide a relatively thin, simple and robust 1.5 +network communication layer on top of UDP (User Datagram Protocol). 1.6 +The primary feature it provides is optional reliable, in-order 1.7 +delivery of packets. 1.8 + 1.9 +ENet omits certain higher level networking features such as 1.10 +authentication, lobbying, server discovery, encryption, or other 1.11 +similar tasks that are particularly application specific so that 1.12 +the library remains flexible, portable, and easily embeddable.