litep2p icon indicating copy to clipboard operation
litep2p copied to clipboard

transports: Report address failures on `TransportEvent::ConnectionOpened`

Open lexnv opened this issue 4 months ago • 0 comments

The TransportEvent::ConnectionOpened is reported back from transports to the manager when a connection is established. However, multiple addresses might have been dialed and resulted in failures.

Enrich the ConnectionOpened with a Vec<(Multiaddr, DialError)> for better address store tracking and achieve symmetry with `OpenFailures

lexnv avatar Sep 26 '24 16:09 lexnv