xref: /OK3568_Linux_fs/buildroot/package/enet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_ENET
2	bool "enet"
3	help
4	  ENet's purpose is to provide a relatively thin, simple
5	  and robust network communication layer on top of UDP
6	  (User Datagram Protocol).The primary feature it
7	  provides is optional reliable, in-order delivery of
8	  packets.
9
10	  ENet omits certain higher level networking features
11	  such as authentication, lobbying, server discovery,
12	  encryption, or other similar tasks that are
13	  particularly application specific so that the library
14	  remains flexible, portable, and easily embeddable.
15
16	  http://enet.bespin.org
17