Correlate DialFailure and ListDialFailures attempts with the Identify response provided to peers.
The addresses the node could not dial should be removed from the list of addresses we provide back to the peer.
This ensures the remote peer has a healthy view of its addresses and leads to better connectivity over time.
Libp2p uses a similar approach, caching individual peer addresses and removing the addresses the node failed to dial.
Correlate
DialFailureandListDialFailuresattempts with the Identify response provided to peers.The addresses the node could not dial should be removed from the list of addresses we provide back to the peer.
This ensures the remote peer has a healthy view of its addresses and leads to better connectivity over time.
Libp2p uses a similar approach, caching individual peer addresses and removing the addresses the node failed to dial.