enet: enet (simple and robust communication network layer) enet: enet: ENet's purpose is to provide a relatively thin, simple and robust enet: network communication layer on top of UDP (User Datagram Protocol). enet: The primary feature it provides is optional reliable, in-order enet: delivery of packets. enet: enet: ENet is NOT intended to be a general purpose high level networking enet: library that handles authentication, lobbying, server discovery, enet: compression, encryption and other high level, often application level enet: or dependent tasks.