These options are oftentimes used when implementing servers, and thus required to port existing socket apps. These options are also safe to just ignore, e.g. SO_REUSEADDR has effect only for repeated recreation of server socket (not an expected usecase for a Zephyr app), while TCP_NODELAY is effectively the default for Zephyr, as we don't implement TCP buffering (aka Nagle algorithm). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| getaddrinfo.c | ||
| getnameinfo.c | ||
| Kconfig | ||
| socket_offload.c | ||
| sockets_can.c | ||
| sockets_internal.h | ||
| sockets_misc.c | ||
| sockets_packet.c | ||
| sockets_select.c | ||
| sockets_tls.c | ||
| sockets.c | ||