Skip to content
Commit a3fbe78f authored by Aaro Altonen's avatar Aaro Altonen
Browse files

Implement auxiliary address store for `DiscoveryBehaviour`

Addresses getting removed from Kademlia for completely innocuous reasons
such as keep-alive timeouts are causing the node to have a lot of dial
failures. The dial failures happen because when `ProtocolController`
tries to connect to a node, and when the address is trying to be fetched
from from `Discovery`, it returns an empty vector since `Kademlia` no
longer holds any addresses for the peer.
parent 01aac35d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment