![]() |
nrfxlib API 3.3.99
|
| #define NRF_SO_SEC_DTLS_CONN_LOAD 18 |
#include <nrf_modem/include/nrf_socket.h>
load DTLS connection (Write-only)
This socket option can fail with different errno values:
| errno | Condition | Notes |
|---|---|---|
NRF_EAGAIN | Error during SSL context deserialization. | This can happen if the modem |
| cannot allocate enough memory | ||
| or the connection is not saved. | ||
NRF_EINVAL | The socket option is not supported with | |
| the current configuration. |