Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
34dbbd16
Commit
34dbbd16
authored
Mar 15, 2011
by
zhanglikun
Browse files
[master] Fix the error in comments of AD and CD flags, reviewed by Jelte on jabber.
parent
f1bb311e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/message.h
View file @
34dbbd16
...
...
@@ -199,8 +199,8 @@ public:
HEADERFLAG_TC
=
0x0200
,
///< Truncation
HEADERFLAG_RD
=
0x0100
,
///< Recursion desired
HEADERFLAG_RA
=
0x0080
,
///< Recursion available
HEADERFLAG_AD
=
0x0020
,
///<
DNSSEC checking disabled
(RFC4035)
HEADERFLAG_CD
=
0x0010
///<
Authentic %data
(RFC4035)
HEADERFLAG_AD
=
0x0020
,
///<
Authentic %data
(RFC4035)
HEADERFLAG_CD
=
0x0010
///<
DNSSEC checking disabled
(RFC4035)
};
/// \brief Constants to specify sections of a DNS message.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment