zephyr/subsys/net/lib
Jukka Rissanen 69d9eb6c94 net: socket: Wait new buffers when sending
If we run out of network buffers and cannot send data, and if
we have a blocking socket, then wait until new buffers are
available before returning. As this might lead to deadlock,
wait only max 10 seconds and return ENOMEM if we cannot get
buffers in a reasonable amount of time.

Fixes #28216

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-09-18 22:07:53 -04:00
..
coap net: coap: Use MQTT style wildcard in path description: 2020-08-26 12:31:00 +02:00
config net: config: Fix missing error log when timeout happens 2020-09-09 13:06:05 +02:00
conn_mgr device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dns device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
http guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
lwm2m net: lwm2m: remove special handling for message id 0 2020-09-17 13:34:19 -05:00
mqtt net: mqtt: Prevent double CONNACK event notification on server reject 2020-07-27 13:24:11 +02:00
openthread device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sntp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets net: socket: Wait new buffers when sending 2020-09-18 22:07:53 -04:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils
websocket lib: fdtable: Add callback for close() calls 2020-08-14 09:47:51 -07:00
CMakeLists.txt net: openthread: Align Kconfig with cmake symbols 2020-08-18 15:57:14 +03:00
Kconfig