Detailed Description

Macros

#define CONFIG_DTLS_HANDSHAKE_BUFSIZE_EXP   8
 Default buffer size for DTLS handshake (as exponent of 2^n) More...
 

Macro Definition Documentation

◆ CONFIG_DTLS_HANDSHAKE_BUFSIZE_EXP

#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 ).

Definition at line 508 of file dtls.h.