commit cb8675d92091a1915090f4bfcd4d543113d69deb
parent f3a4facc5c516c306420e191e7eb023390782f47
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Tue, 30 Nov 2021 17:03:35 +0100
fix
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
@@ -423,26 +423,26 @@ END
in a single bit.
</t>
<dl>
- <dt>Demultiplex everywhere</dt>
+ <dt>Demultiplex everywhere (0)</dt>
<dd>
Each peer along the way should look at 'enc'. Otherwise
only the k-peers closest to the key should look at it.
</dd>
- <dt>Record route</dt>
+ <dt>Record route (1)</dt>
<dd>
Indicates to keep track of the route that the message
took in the P2P network.
</dd>
- <dt>Find peer</dt>
+ <dt>Find peer (2)</dt>
<dd>
Indicates a 'FIND-PEER' request. Implies that approximate results are
acceptable.
</dd>
- <dt>Random key</dt>
+ <dt>Random key (3)</dt>
<dd>
Option for query key randomization. (TODO)
</dd>
- <dt>Random key</dt>
+ <dt>Last hop (4)</dt>
<dd>
Indicates if this was the last hop for a GET/PUT.
</dd>