zephyr/subsys/net/lib/sockets
Paul Sokolovsky eedb8a7bd8 net: sockets: Make poll() call threadsafe by avoiding global array
Initial implementation of poll() was more of a proof of concept, so
was coded with a single-thread application in mind. As we move to
sockets as the main networking API, make it possible to use poll()
from different threads.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-07-17 13:02:16 +03:00
..
CMakeLists.txt net: socket: Add switch to enable TLS socket option support 2018-07-13 15:03:45 -04:00
getaddrinfo.c net: sockets: Check for errors from dns_get_addr_info 2018-04-03 14:15:43 +03:00
Kconfig net: tls: Add TLS context allocation/deallocation 2018-07-13 15:03:45 -04:00
sockets_tls.c net: tls: Implement poll with support for mbedTLS pending data 2018-07-13 15:03:45 -04:00
sockets.c net: sockets: Make poll() call threadsafe by avoiding global array 2018-07-17 13:02:16 +03:00