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 | ||
tcp_accept.c | ||
tcp_appsend.c | ||
tcp_backlog.c | ||
tcp_callback.c | ||
tcp_conn.c | ||
tcp_devpoll.c | ||
tcp_finddev.c | ||
tcp_input.c | ||
tcp_ipselect.c | ||
tcp_listen.c | ||
tcp_netpoll.c | ||
tcp_send_buffered.c | ||
tcp_send_unbuffered.c | ||
tcp_send.c | ||
tcp_seqno.c | ||
tcp_timer.c | ||
tcp_wrbuffer_dump.c | ||
tcp_wrbuffer.c | ||
tcp.h |