[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lsd0004] branch master updated: fix
From: |
gnunet |
Subject: |
[lsd0004] branch master updated: fix |
Date: |
Tue, 30 Nov 2021 17:03:39 +0100 |
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 cb8675d fix
cb8675d is described below
commit cb8675d92091a1915090f4bfcd4d543113d69deb
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Nov 30 17:03:35 2021 +0100
fix
---
draft-schanzen-r5n.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 5388123..32ea767 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [lsd0004] branch master updated: fix,
gnunet <=