Loading...
Searching...
No Matches

Detailed Description

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)
 

Macro Definition Documentation

◆ CONFIG_GCOAP_DNS_BLOCK_SIZE

#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

Definition at line 81 of file dns.h.

◆ CONFIG_GCOAP_DNS_CREDS_MAX

#define CONFIG_GCOAP_DNS_CREDS_MAX   1U

maximum number of credentials that can be added with gcoap_dns_cred_add()

Definition at line 60 of file dns.h.

◆ CONFIG_GCOAP_DNS_PDU_BUF_SIZE

#define CONFIG_GCOAP_DNS_PDU_BUF_SIZE   128U

size of the buffer used to build a CoAP request

Definition at line 70 of file dns.h.

◆ CONFIG_GCOAP_DNS_SERVER_URI_LEN

#define CONFIG_GCOAP_DNS_SERVER_URI_LEN   64U

maximum length of the URI for the DNS server

Definition at line 52 of file dns.h.