lsd0004

LSD0004: R5N Distributed Hash Table
Log | Files | Refs

commit f78d492c81f1714434a3d821763726922885308a
parent 4f8dd0b6399e0982590ac1b4e9948cc36b4b955e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 18 Aug 2022 19:02:22 +0200

fix flags

Diffstat:
Mdraft-schanzen-r5n.xml | 20++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml @@ -1854,7 +1854,7 @@ BEGIN +-----+-----+-----+-----+-----+-----+-----+-----+ | MSIZE | MTYPE | BTYPE | +-----+-----+-----+-----+-----+-----+-----+-----+ -| RESERVED | PUTPATH_L | GETPATH_L | +| RESERVED | FLAGS | PUTPATH_L | GETPATH_L | +-----+-----+-----+-----+-----+-----+-----+-----+ | EXPIRATION | +-----+-----+-----+-----+-----+-----+-----+-----+ @@ -1887,18 +1887,22 @@ BEGIN is the 16-bit message type. It must be set to the value 148 in network byte order. </dd> - <dt>RESERVED</dt> - <dd> - is a 32-bit value. Implementations <bcp14>MUST</bcp14> - set this value to zero when originating a result message. - Implementations <bcp14>MUST</bcp14> forward - this value unchanged even if it is non-zero. - </dd> <dt>BTYPE</dt> <dd> is a 32-bit block type field. The block type indicates the content type of the payload. In network byte order. </dd> + <dt>RESERVED</dt> + <dd> + is a 16-bit value. Implementations <bcp14>MUST</bcp14> + set this value to zero when originating a result message. + Implementations <bcp14>MUST</bcp14> forward + this value unchanged even if it is non-zero. + </dd> + <dt>FLAGS</dt> + <dd> + is a 16-bit vector with binary options (see <xref target="route_flags"/>). + </dd> <dt>PUTPATH_L</dt> <dd> is a 16-bit number indicating the length of the PUT path recorded