Macros | |
| #define | CONFIG_DTLS_HANDSHAKE_BUFSIZE_EXP 8 | 
| Default buffer size for DTLS handshake (as exponent of 2^n)  More... | |
| #define | CONFIG_DTLS_PSK_ID_HINT_MAX_SIZE 32 | 
| Default maximum size for the PSK Identity hint string.  | |
| #define | CONFIG_DTLS_CREDENTIALS_MAX 4 | 
| Default buffer size for TLS credential tags.  | |
| #define CONFIG_DTLS_HANDSHAKE_BUFSIZE_EXP 8 | 
Default buffer size for DTLS handshake (as exponent of 2^n)
As the buffer size ALWAYS needs to be power of two, this option represents the exponent of 2^n, which will be used as the size of the buffer ( DTLS_HANDSHAKE_BUFSIZE ).