nuttx/net/udp
SPRESENSE 011d45e956 net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled
Some use cases, such as VPN, use both the device's network
stack with the Usrsock daemon and the Kernel's network stack.
Therefore, remove NET_TCP_NO_STACK/NET_UDP_NO_STACK select
from Usrsock's Kconfig.
2023-09-21 01:08:11 +08:00
..
CMakeLists.txt
Kconfig net/usrsock: Can enable TCP/UDP IP stack with Usrsock enabled 2023-09-21 01:08:11 +08:00
Make.defs
udp_callback.c
udp_close.c
udp_conn.c
udp_devpoll.c
udp_finddev.c
udp_input.c
udp_ioctl.c
udp_ipselect.c
udp_netpoll.c
udp_notifier.c
udp_recvfrom.c
udp_send.c
udp_sendto_buffered.c
udp_sendto_unbuffered.c
udp_setsockopt.c
udp_txdrain.c
udp_wrbuffer_dump.c
udp_wrbuffer.c
udp.h