zephyr/subsys/net/lib
Paul Sokolovsky 5a44011e3b net: sockets: Add dummy impl for SO_REUSEADDR and TCP_NODELAY sockopts
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>
2019-03-01 09:52:15 +01:00
..
coap net: coap: Fix coverity issue 2019-02-27 10:36:39 +01:00
config net: Remove net_app references from the code 2019-02-01 19:05:56 -05:00
dns net/dns: Switch mdns responder to new net_pkt API 2019-02-26 01:50:59 +01:00
http net: http: Remove HTTP client and server APIs 2019-01-25 11:21:20 -05:00
lwm2m net: lwm2m: fix json NULL deref / code flow in read_number() 2019-03-01 09:44:46 +01:00
mqtt net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
openthread openthread: Convert FLASH_ERASE_BLOCK_SIZE to DT_ 2019-02-08 22:39:07 -06:00
sntp net: sntp: Remove useless comparison 2019-02-28 08:47:10 -06:00
sockets net: sockets: Add dummy impl for SO_REUSEADDR and TCP_NODELAY sockopts 2019-03-01 09:52:15 +01:00
socks net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00
tls_credentials drivers: wifi: simplelink: Implement setsockopt() for TLS offload 2018-11-23 09:16:21 -05:00
CMakeLists.txt net: lib: Remove CONFIG_HTTP reference 2019-02-11 22:29:58 -05:00
Kconfig net: Add initial SOCKS5 support 2019-02-08 14:20:44 +02:00