Skip to content

Commit dfdbb86

Browse files
pokgakpokgak
authored andcommitted
fixup! gcoap: add DTLS support
1 parent 9921a22 commit dfdbb86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sys/include/net/gcoap.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,9 @@ extern "C" {
409409

410410
/**
411411
* @brief Size of the buffer used to build a CoAP request or response
412+
*
413+
* gcoap with DTLS will need bigger payload size for the handshake especially
414+
* when using ECC credentials.
412415
*/
413416
#ifndef GCOAP_PDU_BUF_SIZE
414417
#ifdef MODULE_SOCK_DTLS

0 commit comments

Comments
 (0)