zephyr/subsys/net/lib/sockets
Aska Wu 632904117c net: sockets: Fix the error zsock_send() failed on the datagram socket
net_context_sendto() returns an error if dest address is NULL.

If dest address is available, net_conext_sendto() should be used.
Otherwise, net_context_send() should be used.

Fixes #4347

Signed-off-by: Aska Wu <aska.wu@linaro.org>
2017-10-17 08:10:14 -04:00
..
getaddrinfo.c net: sockets: Implement getaddrinfo() 2017-09-19 17:39:44 +03:00
Kconfig net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
Makefile net: sockets: Implement getaddrinfo() 2017-09-19 17:39:44 +03:00
sockets.c net: sockets: Fix the error zsock_send() failed on the datagram socket 2017-10-17 08:10:14 -04:00