zephyr/subsys/net/lib
Robert Lubos 66ae9153a6 net: sockets: Fix SO_SNDTIMEO handling
The TX timeout configured with SO_SNDTIMEO on a socket did not work
properly. If the timeout was set on a socket, the TX would work as if
the socket was put into non-blocking mode. This commit fixes this.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-03-20 16:54:41 +01:00
..
capture
coap
config
conn_mgr
dns net: dns: Check existing DNS servers before reconfigure 2023-03-14 12:27:15 -04:00
http net: http: define http service and resource iterable sections 2023-03-08 13:57:13 +00:00
lwm2m lwm2m: Fix multi res inst, create flags and post write callback for SWMGMT 2023-03-13 11:58:29 +01:00
mqtt net: mqtt: Debug logging of pointers 2023-03-15 15:02:47 +01:00
mqtt_sn net/lib: mqtt_sn: Fix MQTT-SN IPv6 Support and assertation in Example 2023-03-09 09:20:53 +01:00
sntp
sockets net: sockets: Fix SO_SNDTIMEO handling 2023-03-20 16:54:41 +01:00
socks
tftp net: tftp: Add client context 2023-02-28 10:29:30 +01:00
tls_credentials
utils
websocket
zperf net: zperf: Make Zperf worker thread stack size configurable 2023-03-20 10:20:00 +00:00
CMakeLists.txt
Kconfig