hc
2024-03-22 619f0f87159c5dbd2755b1b0a0eb35784be84e7a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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