zephyr/subsys/net/lib/app
Jukka Rissanen d525c41360 net: app: Allow TLS thread to run to handle the received data
If we receive lot of data fragments, then yield after initial
processing so that TLS thread can start to work on these.
If we do not yield here, we pile up data buffers and might run
out of memory more easily.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-10-31 09:54:39 +02:00
..
bt_settings.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
bt_settings.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
client.c net: app: TLS client handling issue when server closes connection 2017-10-31 09:54:39 +02:00
ieee802154_settings.c net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
ieee802154_settings.h net: app: Setup IEEE 802.15.4 during init 2017-07-20 17:09:27 +03:00
init.c net: app: Don't wait for DAD to finish when DAD is disabled 2017-09-29 15:07:29 +03:00
Kconfig net: app: Add support for multiple listening connections 2017-10-19 22:21:25 -04:00
Makefile Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
net_app_private.h net: app: Fix compilation error if debugging is enabled 2017-10-24 11:40:55 -07:00
net_app.c net: app: Allow TLS thread to run to handle the received data 2017-10-31 09:54:39 +02:00
server.c net: app: Close TLS connection properly 2017-10-19 22:21:25 -04:00