Skip to content

Commit b28b296

Browse files
Update docs/concepts/glossary.md
Co-authored-by: ElPaisano <[email protected]>
1 parent 479cd20 commit b28b296

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. More details regarding peer routing and other related concepts can also be found in the [libp2p documentation](https://docs.libp2p.io/concepts/).
359+
Peer routing is the process of discovering the network _route_ or address for a network peer using various methods. The primary peer routing mechanism in IPFS is a distributed hash table that uses the [Kademlia routing algorithm](dht.md#lookup-algorithm) to efficiently locate peers. However, other methods, like local discovery, are also used. Learn more in the [libp2p documentation](https://docs.libp2p.io/concepts/).
360360

361361
### Peer ID
362362

0 commit comments

Comments
 (0)