cd3c9634c8
User-space networking stack API allows user-space daemon to provide TCP/IP stack implementation for NuttX network. Main use for this is to allow use and seamless integration of HW-provided TCP/IP stacks to NuttX. For example, user-space daemon can translate /dev/usrsock API requests to HW TCP/IP API requests while rest of the user-space can access standard socket API, with socket descriptors that can be used with NuttX system calls. |
||
---|---|---|
.. | ||
Kconfig | ||
Make.defs | ||
udp_callback.c | ||
udp_conn.c | ||
udp_devpoll.c | ||
udp_finddev.c | ||
udp_input.c | ||
udp_ipselect.c | ||
udp_netpoll.c | ||
udp_psock_send.c | ||
udp_psock_sendto.c | ||
udp_send.c | ||
udp.h |