-
CONFIG_PELION_QUICK_SESSION_RESUME
¶
Enable quick session resume
Type: bool
Help¶
This option allows to enable quick session resume functionality by avoiding DTLS
handshake when performing pause, resume for pelion client.
Direct dependencies¶
PELION_NRF_SECURITY
&& PELION_SOURCES
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/lib/pelion/Kconfig:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:34
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Pelion Device Management Client Library
config PELION_QUICK_SESSION_RESUME
bool "Enable quick session resume"
select PELION_PAL_SUPPORT_SSL_CONNECTION_ID
select MBEDTLS_SSL_CONTEXT_SERIALIZATION
select MBEDTLS_SSL_DTLS_CONNECTION_ID
depends on PELION_NRF_SECURITY && PELION_SOURCES
help
This option allows to enable quick session resume functionality by avoiding DTLS
handshake when performing pause, resume for pelion client.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)