incubator-nuttx/net/usrsock
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
usrsock.h
usrsock_accept.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_bind.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_close.c
usrsock_conn.c
usrsock_connect.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_devif.c
usrsock_event.c
usrsock_getpeername.c
usrsock_getsockname.c
usrsock_getsockopt.c
usrsock_ioctl.c
usrsock_listen.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_poll.c
usrsock_recvmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_sendmsg.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_setsockopt.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00
usrsock_shutdown.c
usrsock_socket.c
usrsock_sockif.c net/assert: remove all unnecessary check for psock/conn 2023-08-30 20:36:49 +08:00