zephyr/subsys/net/lib/sockets
Stig Bjørlykke 97b83ffc2c net: sockets: Check for errors from dns_get_addr_info
When dns_get_addr_info() returns an error it does not call the
resolve callback, and thus the semaphore will not be given.

This fix will avoid a deadlock situation for various errors.

Added some small tests for getaddrinfo().

Signed-off-by: Stig Bjørlykke <stig.bjorlykke@nordicsemi.no>
2018-04-03 14:15:43 +03:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
getaddrinfo.c net: sockets: Check for errors from dns_get_addr_info 2018-04-03 14:15:43 +03:00
sockets.c net: sockets: Support MSG_DONTWAIT flag in zsock_sendto 2018-03-21 09:59:49 +02:00