Macros | |
#define | CONFIG_GCOAP_DNS_SERVER_URI_LEN 64U |
maximum length of the URI for the DNS server | |
#define | CONFIG_GCOAP_DNS_CREDS_MAX 1U |
maximum number of credentials that can be added with gcoap_dns_cred_add() | |
#define | CONFIG_GCOAP_DNS_PDU_BUF_SIZE 128U |
size of the buffer used to build a CoAP request | |
#define | CONFIG_GCOAP_DNS_BLOCK_SIZE 64U |
block-size used for requests (both Block2 control and Block1) | |
#define CONFIG_GCOAP_DNS_BLOCK_SIZE 64U |
block-size used for requests (both Block2 control and Block1)
Should be less than CONFIG_GCOAP_DNS_PDU_BUF_SIZE or CONFIG_GCOAP_PDU_BUF_SIZE and must be a power of 2
#define CONFIG_GCOAP_DNS_CREDS_MAX 1U |
maximum number of credentials that can be added with gcoap_dns_cred_add()
#define CONFIG_GCOAP_DNS_PDU_BUF_SIZE 128U |