[discovery] Connect to closest peers in the network to share peer information #704
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
In order for nodes on the network to be able to easily find a libp2p node, it needs to find its closest peers on the network and connect to them in order to exchange address records. This will enable other peers who don't yet know the address to search for the PeerId on the network (via the DHT, delegate routers, or other future modules). This query will result in discovering peers who know about our addresses, because we have already exchanged that information with them.
js-libp2p currently does not do this out of the box. As long as we have PeerRouting modules enabled, we should attempt to do this.
Active HOP
support).Ref: ipfs/kubo#7433 (comment)
The text was updated successfully, but these errors were encountered: