Config.in 571 B

12345678910111213141516
  1. config 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. ENet omits certain higher level networking features
  10. such as authentication, lobbying, server discovery,
  11. encryption, or other similar tasks that are
  12. particularly application specific so that the library
  13. remains flexible, portable, and easily embeddable.
  14. http://enet.bespin.org