AddressBook with multiaddr confidence #593
Labels
exp/wizard
Extensive knowledge (implications, ramifications) required
kind/enhancement
A net-new feature or improvement to an existing feature
kind/stale
As part of the PeerStore improvements epic, we intend to add multiaddr confidence into the AddressBook.
Background
When js-libp2p dials a peer, it tries to dial several known addresses of a peer in parallel. We use a token based dialer to not use a lot of resources to a single connection. However, we don't have a good way of deciding which subset of addresses we should try first. If we gather metrics from peer addresses stored in the PeerStore, we can create a scoring function for the addresses.
Goals
WIP Notes
Relevant Issues
The text was updated successfully, but these errors were encountered: