nrfxlib API 3.3.99
Loading...
Searching...
No Matches
DTLS Fragmentation extension options

Allowed values for DTLS Fragmentation extension socket option NRF_SO_SEC_DTLS_FRAG_EXT. More...

Macros

#define NRF_SO_SEC_DTLS_FRAG_EXT_DISABLED   0
 Disabled - The DTLS fragmentation extension is not included in the Client Hello.
 
#define NRF_SO_SEC_DTLS_FRAG_EXT_512_ENABLED   1
 Enabled - The DTLS fragmentation extension is included in the Client Hello with the fragment size of 512 bytes.
 
#define NRF_SO_SEC_DTLS_FRAG_EXT_1024_ENABLED   2
 Enabled - The DTLS fragmentation extension is included in the Client Hello with the fragment size of 1024 bytes.
 

Detailed Description

Allowed values for DTLS Fragmentation extension socket option NRF_SO_SEC_DTLS_FRAG_EXT.