summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2021-11-30 17:03:35 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2021-11-30 17:03:35 +0100
commitcb8675d92091a1915090f4bfcd4d543113d69deb (patch)
tree4aece1e349a1aec41272f089b62f62b71a843902
parentf3a4facc5c516c306420e191e7eb023390782f47 (diff)
downloadlsd0004-cb8675d92091a1915090f4bfcd4d543113d69deb.tar.gz
lsd0004-cb8675d92091a1915090f4bfcd4d543113d69deb.zip
fix
-rw-r--r--draft-schanzen-r5n.xml10
1 files 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
423 in a single bit. 423 in a single bit.
424 </t> 424 </t>
425 <dl> 425 <dl>
426 <dt>Demultiplex everywhere</dt> 426 <dt>Demultiplex everywhere (0)</dt>
427 <dd> 427 <dd>
428 Each peer along the way should look at 'enc'. Otherwise 428 Each peer along the way should look at 'enc'. Otherwise
429 only the k-peers closest to the key should look at it. 429 only the k-peers closest to the key should look at it.
430 </dd> 430 </dd>
431 <dt>Record route</dt> 431 <dt>Record route (1)</dt>
432 <dd> 432 <dd>
433 Indicates to keep track of the route that the message 433 Indicates to keep track of the route that the message
434 took in the P2P network. 434 took in the P2P network.
435 </dd> 435 </dd>
436 <dt>Find peer</dt> 436 <dt>Find peer (2)</dt>
437 <dd> 437 <dd>
438 Indicates a 'FIND-PEER' request. Implies that approximate results are 438 Indicates a 'FIND-PEER' request. Implies that approximate results are
439 acceptable. 439 acceptable.
440 </dd> 440 </dd>
441 <dt>Random key</dt> 441 <dt>Random key (3)</dt>
442 <dd> 442 <dd>
443 Option for query key randomization. (TODO) 443 Option for query key randomization. (TODO)
444 </dd> 444 </dd>
445 <dt>Random key</dt> 445 <dt>Last hop (4)</dt>
446 <dd> 446 <dd>
447 Indicates if this was the last hop for a GET/PUT. 447 Indicates if this was the last hop for a GET/PUT.
448 </dd> 448 </dd>