EDNS0 codes have been allocated

This commit is contained in:
Miek Gieben 2013-06-07 10:45:58 +00:00
parent 11033f083b
commit eaa57c3335
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ const (
EDNS0UL = 0x2 // update lease draft: http://files.dns-sd.org/draft-sekar-dns-ul.txt
EDNS0NSID = 0x3 // nsid (RFC5001)
EDNS0SUBNET = 0x50fa // client-subnet draft: http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-01
EDNS0DAU = 0x5 // DNSSEC Algorithm Understood - not the final number!
EDNS0DHU = 0x6 // DS Hash Understood - not the final number!
EDNS0N3U = 0x7 // NSEC3 Hash Understood - not the final number!
EDNS0DAU = 0x5 // DNSSEC Algorithm Understood
EDNS0DHU = 0x6 // DS Hash Understood
EDNS0N3U = 0x7 // NSEC3 Hash Understood
_DO = 1 << 7 // dnssec ok
)