summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-06-29 15:14:31 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-06-29 15:14:31 +0200
commit54ccf1c6a9e40cabad0b0328070d4a1042ad6104 (patch)
treee8fc50e7c19889ac929ac4401998057ac562014a
parent1003d78a66aa4ba5c1aad8c01dde79ae606044a3 (diff)
downloadlsd0004-54ccf1c6a9e40cabad0b0328070d4a1042ad6104.tar.gz
lsd0004-54ccf1c6a9e40cabad0b0328070d4a1042ad6104.zip
clarify demultiplex
-rw-r--r--draft-schanzen-r5n.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index a5af834..641397c 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -1062,9 +1062,10 @@ BEGIN
1062 <dt>0: DemultiplexEverywhere</dt> 1062 <dt>0: DemultiplexEverywhere</dt>
1063 <dd> 1063 <dd>
1064 This bit indicates that each peer along the way should process the request. 1064 This bit indicates that each peer along the way should process the request.
1065 If the bit is not set, peers only route the message and do not 1065 If the bit is not set, intermediate peers only route the message and only
1066 look for answers in their local storage (for <tt>GetMessage</tt>s) or cache the 1066 peers which consider themselves closest to the key look for answers
1067 block in their local storage (for <tt>PutMessage</tt>s or <tt>ResultMessage</tt>s). 1067 in their local storage for <tt>GetMessage</tt>s and cache the
1068 block in their local storage for <tt>PutMessage</tt>s and <tt>ResultMessage</tt>s.
1068 </dd> 1069 </dd>
1069 <dt>1: RecordRoute</dt> 1070 <dt>1: RecordRoute</dt>
1070 <dd> 1071 <dd>