gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lsd0004] branch master updated: fix flags


From: gnunet
Subject: [lsd0004] branch master updated: fix flags
Date: Thu, 18 Aug 2022 19:02:25 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository lsd0004.

The following commit(s) were added to refs/heads/master by this push:
     new f78d492  fix flags
f78d492 is described below

commit f78d492c81f1714434a3d821763726922885308a
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Aug 18 19:02:22 2022 +0200

    fix flags
---
 draft-schanzen-r5n.xml | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 592b45d..6b2b002 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]