Skip to content

Commit dcebeed

Browse files
add link to CID and multihash specs
1 parent 23d4b91 commit dcebeed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/routing/kad-dht.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ more Peer IDs providing the corresponding content. Instead of storing the
443443
content itself, the DHT stores provider records pointing to the peers hosting
444444
the content.
445445

446-
<!-- TODO: link to Multihash and CID specs -->
447-
A Provider Record is identified by the multihash contained by the CID. It
446+
A Provider Record is identified by the [multihash] contained by the [CID]. It
448447
functions as an append-only list, where multiple providers can add themselves
449448
as content hosts. Since strict consistency across the network is not required,
450449
different DHT servers MAY store slightly different sets of providers, but the
@@ -782,6 +781,9 @@ is skipped during the initial routing table setup.
782781

783782
# Bibliography <!-- TODO: handle citations better - xref is not enough, does not support DOI papers -->
784783

784+
[CID]: https://github.com/multiformats/cid/
785+
[multihash]: https://github.com/multiformats/multihash
786+
785787
[0]: Maymounkov, P., & Mazières, D. (2002). Kademlia: A Peer-to-Peer
786788
Information System Based on the XOR Metric. In P. Druschel, F. Kaashoek, & A.
787789
Rowstron (Eds.), Peer-to-Peer Systems (pp. 53–65). Berlin, Heidelberg: Springer

0 commit comments

Comments
 (0)