Files
operating-system/buildroot/package/enet/Config.in
Pascal Vizeli 5a6678147e Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix LN

* Fix wpa

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix lint

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* fix-network

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>

* Fix script

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
2020-04-16 20:03:01 +02:00

17 lines
571 B
Plaintext

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