zephyr/subsys/net/lib
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
..
app net: if: Make interface IP configuration more flexible 2018-03-27 10:06:54 -04:00
coap mbedtls: Replace COAP-specific max len setting with generic 2018-03-18 09:38:22 -07:00
dns net: dns: Fix end-of-results callback on error 2018-04-03 14:14:00 +03:00
http net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
lwm2m net: lwm2m: add max device power source config option 2018-02-08 09:49:01 +02:00
mqtt kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
openthread openthread: Use ccache when enabled 2018-03-02 07:13:21 +01:00
sntp kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sockets net: sockets: Check for errors from dns_get_addr_info 2018-04-03 14:15:43 +03:00
websocket net: websocket: Use system provided base64 function 2018-03-23 08:30:26 -04:00
CMakeLists.txt net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00
Kconfig net: websocket: Initial support for server websocket 2018-03-15 15:17:36 +02:00