summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-25 18:30:57 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-25 18:30:57 +0900
commitec09e09fec22ed70a920a7a0f96c85ca3d1cca7c (patch)
treecd390f3466fc56796701377540c25fc5822a167d
parent143e86e92267f1324eeeeeaf0973831fa7e190ee (diff)
downloadlsd0004-ec09e09fec22ed70a920a7a0f96c85ca3d1cca7c.tar.gz
lsd0004-ec09e09fec22ed70a920a7a0f96c85ca3d1cca7c.zip
Minor wording and terminology
-rw-r--r--draft-schanzen-r5n.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index dcc05d7..668fcb9 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -124,12 +124,12 @@
124 security aspects (path signatures).--> 124 security aspects (path signatures).-->
125 <t> 125 <t>
126 This specification describes the protocol of R<sup>5</sup>N. 126 This specification describes the protocol of R<sup>5</sup>N.
127 R<sup>5</sup>N stands for "randomized recursive routing for restricted-route 127 R<sup>5</sup>N is a Distributed Hash Table (DHT) is an acronym for
128 "randomized recursive routing for restricted-route
128 networks" and its first academic description can be found in 129 networks" and its first academic description can be found in
129 <xref target="R5N"/>. 130 <xref target="R5N"/>.
130 </t> 131 </t>
131 <t> 132 <t>
132 R<sup>5</sup>N is a Distributed Hash Table (DHTs).
133 DHTs are a key data structure for the construction of decentralized applications. 133 DHTs are a key data structure for the construction of decentralized applications.
134 and they generally provide a robust and efficient means to distribute the 134 and they generally provide a robust and efficient means to distribute the
135 storage and retrieval of key-value pairs. 135 storage and retrieval of key-value pairs.
@@ -199,8 +199,8 @@
199 </dd> 199 </dd>
200 <dt>Initiator</dt> 200 <dt>Initiator</dt>
201 <dd> 201 <dd>
202 The peer that initially creates and sends a GetMessage (<xref target="p2p_get"/>) or 202 The peer that initially creates and sends a message (<xref target="p2p_hello"/>,
203 PutMessage message (<xref target="p2p_put"/>). 203 <xref target="p2p_put"/>, <xref target="p2p_get"/>, <xref target="p2p_result"/>).
204 </dd> 204 </dd>
205 <dt>HELLO block</dt> 205 <dt>HELLO block</dt>
206 <dd> 206 <dd>