mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
Correct negative AAAA answer with NSEC RR
PUBLISHED_FROM=c7e3132d55e603f159019e3f0290e01b189e75e0
This commit is contained in:
parent
f868fc861b
commit
cd9c7dcbec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user