mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-10 09:57:14 +00:00
This PR adds a delay to ping connection handler after exceeding the failure rate to prevent opening a outbound stream right after an error. Resolves #4410. Pull-Request: #4423.