nrfxlib API 3.3.99
Loading...
Searching...
No Matches

Allowed values for DTLS connection ID setting socket option NRF_SO_SEC_DTLS_CID. More...

Macros

#define NRF_SO_SEC_DTLS_CID_DISABLED   0
 Disabled - The connection ID extension is not included in the Client Hello, so the DTLS connection ID is not used.
 
#define NRF_SO_SEC_DTLS_CID_SUPPORTED   1
 Supported - The connection ID extension with a zero-length CID is included in the Client Hello, so the modem will accept a DTLS connection ID from the server.
 
#define NRF_SO_SEC_DTLS_CID_ENABLED   2
 Enabled - The connection ID extension with a valid CID is included in the Client Hello, so the modem will request DTLS connection ID support.
 

Detailed Description

Allowed values for DTLS connection ID setting socket option NRF_SO_SEC_DTLS_CID.