Skip to content

Commit 479cd20

Browse files
Adds link to Libp2p docs.
Co-authored-by: Yiannis Psaras <[email protected]>
1 parent 3a4b6bd commit 479cd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ In system architecture, a Peer is an equal player in the peer-to-peer model of d
356356

357357
### Peer routing
358358

359-
Peer routing is the process of discovering the network _route_ or address for a peer in the network, given the peer’s ID. It may also include _ambient_ discovery of local peers. The primary peer routing mechanism in IPFS uses a distributed hash table to locate peers, taking advantage of the [Kademlia routing algorithm](dht.md#lookup-algorithm) to efficiently locate peers.
359+
Peer routing is the process of discovering the network _route_ or address for a peer in the network, given the peer’s ID. It may also include _ambient_ discovery of local peers. The primary peer routing mechanism in IPFS uses a distributed hash table to locate peers, taking advantage of the [Kademlia routing algorithm](dht.md#lookup-algorithm) to efficiently locate peers. More details regarding peer routing and other related concepts can also be found in the [libp2p documentation](https://docs.libp2p.io/concepts/).
360360

361361
### Peer ID
362362

0 commit comments

Comments
 (0)