update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / enet / DESCR
1 ENet's purpose is to provide a relatively thin, simple and robust network
2 communication layer on top of UDP (User Datagram Protocol). The primary
3 feature it provides is optional reliable, in-order delivery of packets.
4 ENet is NOT intended to be a general purpose high level networking library
5 that handles authentication, lobbying, server discovery, compression,
6 encryption and other high level, often application level or dependent tasks.