mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
16
package/enet/Config.in
Normal file
16
package/enet/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_ENET
|
||||
bool "enet"
|
||||
help
|
||||
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.
|
||||
|
||||
http://enet.bespin.org
|
||||
Reference in New Issue
Block a user