3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.

(cherry picked from commit 28f0e82bea)
This commit is contained in:
Mark Andrews
2014-05-09 12:09:54 +10:00
parent 85b525a9af
commit 382e7c1526
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
3839. [test] Use only posix-compatible shell in system tests.
[RT #35625]
3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
3836. [bug] Address C++ keyword usage in header file.
3834. [bug] The re-signing heaps were not being updated soon enough

View File

@@ -106,6 +106,7 @@
/*%< EDNS0 extended OPT codes */
#define DNS_OPT_NSID 0x0003 /*%< NSID opt code */
#define DNS_OPT_CLIENT_SUBNET 0x0008 /*%< client subnet opt code */
#define DNS_OPT_EXPIRE 0x0009 /*%< EXPIRE opt code */
/*%< The number of EDNS options we know about. */
#define DNS_EDNSOPTIONS 3