Network Interfaces
NuttX supports a BSD-compatible socket interface layer. These socket interface can be enabled by settings in the architecture configuration file. Those socket APIs are discussed in the following paragraphs.
- :c
socket
- :c
bind
- :c
connect
- :c
listen
- :c
accept
- :c
send
- :c
sendto
- :c
recv
- :c
recvfrom
- :c
setsockopt
- :c
getsockopt