go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

swarm: concurrently resolve and dial addresses

Open marten-seemann opened this issue 3 years ago • 0 comments

We currently first resolve all addresses before we start dialing any address. This is suboptimal, since a single slow address resolution can block us from dialing addresses that we already have. The swarm can already handle concurrent dial attempts, so this should be a relatively straightforward change.

marten-seemann avatar Sep 08 '22 08:09 marten-seemann