zephyr/subsys/net/lib/sockets
Paul Sokolovsky 2c2e8b26b4 net: sockets: Implement poll() operation.
poll() allows to (efficiently) wait for available data on sockets,
and is essential operation for working with non-blocking sockets.

This is initial, very basic implementation, effectively supporting
just POLLIN operation. (POLLOUT implementation is dummy - it's
assumed that socket is always writable, as there's currently no
reasonable way to test that.)

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2017-07-18 21:46:06 +03:00
..
Kconfig net: sockets: Implement poll() operation. 2017-07-18 21:46:06 +03:00
Makefile net: sockets: Bootstrap Sockets API implementation 2017-06-28 16:07:55 +03:00
sockets.c net: sockets: Implement poll() operation. 2017-07-18 21:46:06 +03:00