From a0dbccdaf63634e8ba0e6190f73ae23627bb2e09 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 14 Mar 2000 04:10:01 +0000 Subject: [PATCH] note about original design vs reality with message headers --- doc/design/omapi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/design/omapi b/doc/design/omapi index 48569f21b7..2d10190ad8 100644 --- a/doc/design/omapi +++ b/doc/design/omapi @@ -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