Correct negative AAAA answer with NSEC RR

PUBLISHED_FROM=c7e3132d55e603f159019e3f0290e01b189e75e0
This commit is contained in:
Sergey Lyubka 2017-04-19 13:37:49 +01:00 committed by Cesanta Bot
parent f868fc861b
commit cd9c7dcbec

View File

@ -5362,6 +5362,8 @@ extern "C" {
#define MG_DNS_AAAA_RECORD 0x1c /* Lookup IPv6 address */
#define MG_DNS_SRV_RECORD 0x21 /* Lookup SRV */
#define MG_DNS_MX_RECORD 0x0f /* Lookup mail server for domain */
#define MG_DNS_ANY_RECORD 0xff
#define MG_DNS_NSEC_RECORD 0x2f
#define MG_MAX_DNS_QUESTIONS 32
#define MG_MAX_DNS_ANSWERS 32