zephyr/subsys/net/lib/sockets
Paul Sokolovsky 21f31e90ec net: sockets: Handle EINTR return from k_poll()
In 90b471fe4, there was a change to make k_poll() return EINTR error
if it was cancelled with k_fifo_cancel_wait(). Handle this change, or
otherwise sockets EOF handling was broken.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-11-21 07:01:49 -05:00
..
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
Kconfig net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined 2017-09-18 08:19:27 -04:00
getaddrinfo.c net: sockets: Implement getaddrinfo() 2017-09-19 17:39:44 +03:00
sockets.c net: sockets: Handle EINTR return from k_poll() 2017-11-21 07:01:49 -05:00