Macros | |
#define | CONFIG_DTLS_HANDSHAKE_BUFSIZE_EXP 8 |
Default buffer size for DTLS handshake (as exponent of 2^n) More... | |
#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 ).