commit 013ed2add08b85ce1949b42fa5f160342c4740aa
parent c906a74c36388a58adce1d7784cac52d6331d940
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 25 Oct 2022 23:25:56 +0900
update path length field descriptions
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
@@ -1508,8 +1508,8 @@ BEGIN
</dd>
<dt>PATH_LEN</dt>
<dd>
- is a 16-bit number indicating the length of the PUT path recorded
- in PUTPATH.
+ is a 16-bit number indicating the number of Path Elements
+ recorded in PUTPATH.
As PUTPATH is optional, this value may be zero.
In network byte order.
</dd>
@@ -1911,15 +1911,15 @@ BEGIN
</dd>
<dt>PUTPATH_L</dt>
<dd>
- is a 16-bit number indicating the length of the PUT path recorded
+ is a 16-bit number indicating the number of Path Elements recorded
in <tt>PUTPATH</tt>. As <tt>PUTPATH</tt> is optional, this value may be zero
even if the message has traversed several peers.
In network byte order.
</dd>
<dt>GETPATH_L</dt>
<dd>
- is a 16-bit number indicating the length of the GET path recorded
- in <tt>GETPATH</tt>. As <tt>GETPATH</tt> is optional, this value may be zero
+ is a 16-bit number indicating the number of Path Elements
+ recorded in <tt>GETPATH</tt>. As <tt>GETPATH</tt> is optional, this value may be zero
even if the message has traversed several peers.
In network byte order.
</dd>