lsd0004

LSD0004: R5N Distributed Hash Table
Log | Files | Refs

commit b131fe94331a03bdcb165e82880d646d466a487d
parent cdabcf2d8bf9ec458111216352fe4c9ac3c11bd0
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 11 Mar 2022 05:26:05 +0100

N -> SELF

Diffstat:
Mdraft-schanzen-r5n.xml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml @@ -936,7 +936,7 @@ bchar = *(ALPHA / DIGIT) the peer <tt>P</tt>. In the following, the wire formats of the messages and the required processing are detailed. - The local peer address is referred to as <tt>N</tt>. + Where required, the local peer's ID will be referred to as <tt>SELF</tt>. </t> <section anchor="route_flags"> <name>Flags</name> @@ -1345,7 +1345,7 @@ bchar = *(ALPHA / DIGIT) </li> <li> If the local peer is the closest peer - (cf. <tt>IsClosestpeer(N, BLOCK_KEY)</tt>) or the <tt>DemultiplexEverywhere</tt> + (cf. <tt>IsClosestpeer(SELF, BLOCK_KEY)</tt>) or the <tt>DemultiplexEverywhere</tt> flag ist set, the message <bcp14>MUST</bcp14> be stored locally in the block storage. </li> @@ -1478,7 +1478,7 @@ bchar = *(ALPHA / DIGIT) <li> <t> If the local peer is the closest peer - (cf. <tt>IsClosestpeer (N, QueryHash)</tt>) or the + (cf. <tt>IsClosestpeer (SELF, QueryHash)</tt>) or the <tt>DemultiplexEverywhere</tt> flag is set, a reply <bcp14>MUST</bcp14> be produced (if one is available) using the following steps: @@ -1524,7 +1524,7 @@ bchar = *(ALPHA / DIGIT) forward to fewer or no peers in order to handle resource constraints such as bandwidth. The message Bloom filter PEER_BF <bcp14>MUST</bcp14> be updated with the local - peer address <tt>N</tt>. + peer address <tt>SELF</tt>. For all peers with peer address <tt>P'</tt> chosen to forward the message to, <tt>SEND(P', PutMessage)</tt> is called. </li>