2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

note about original design vs reality with message headers

This commit is contained in:
David Lawrence
2000-03-14 04:10:01 +00:00
parent 34d51626b3
commit a0dbccdaf6

View File

@@ -61,6 +61,12 @@ authid = a 32-bit authenticator handle.
hash. The mechanism for doing this has yet to be finalized. hash. The mechanism for doing this has yet to be finalized.
If authid is zero, the message is not authenticated. 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: op = 32-bit opcode, one of:
open = 1 open = 1
refresh = 2 refresh = 2