zephyr/subsys/net/lib
Jukka Rissanen 61249021c0 net: socket: poll() with POLLOUT can return immediately
If we can write to the socket in POLLOUT, then there is no need to
wait.

Note that this is not a full POLLOUT implementation but prevents
the code from waiting even if we could send data out.

Fixes #18867

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-01-03 11:26:46 -08:00
..
coap include: Fix use of <atomic.h> -> <sys/atomic.h> 2019-12-10 08:39:37 -05:00
config net: config: Initialize semaphore before it's used 2019-12-13 14:42:26 +02:00
conn_mgr
dns
http
lwm2m net: lwm2m: add optional timestamp resources to some IPSO objects 2019-12-18 10:43:59 +02:00
mqtt net: mqtt: Maintain count of PINGREQ awaiting response 2019-12-18 23:33:56 +02:00
openthread net: openthread: Move OT CMake configuration into OT repo 2019-12-17 18:08:09 +02:00
sntp
sockets net: socket: poll() with POLLOUT can return immediately 2020-01-03 11:26:46 -08:00
socks
tls_credentials
utils
websocket include: Fix use of <base64.h> -> <sys/base64.h> 2019-12-10 08:39:37 -05:00
CMakeLists.txt
Kconfig