libp2p / go-libp2p

libp2p implementation in Go
MIT License
6.02k stars 1.06k forks source link

swarm: make dial backoffs configurable #1549

Open hsanjuan opened 6 years ago

hsanjuan commented 6 years ago

Allow potentially disabling or reducing the backoff times.

Related:

libp2p/go-libp2p-swarm#60 libp2p/go-libp2p-swarm#63

Stebalien commented 6 years ago

Also: https://github.com/libp2p/go-libp2p/issues/1554

raulk commented 5 years ago

Will be enabled by https://github.com/libp2p/go-libp2p/issues/526.