mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 14:32:52 -04:00
note about original design vs reality with message headers
This commit is contained in:
parent
34d51626b3
commit
a0dbccdaf6
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ authid = a 32-bit authenticator handle.
|
|||
hash. The mechanism for doing this has yet to be finalized.
|
||||
If authid is zero, the message is not authenticated.
|
||||
|
||||
[[
|
||||
This is not consistent with what the code does (as originally written),
|
||||
which is read a header that has, in order:
|
||||
authid, authlen, op, handle, id, rid
|
||||
]]
|
||||
|
||||
op = 32-bit opcode, one of:
|
||||
open = 1
|
||||
refresh = 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue