forked from libp2p/rust-libp2p
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement old suggestions i overlooked
- Loading branch information
1 parent
101a325
commit bf2662a
Showing
8 changed files
with
122 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
pub(crate) mod dial_back; | ||
pub(crate) mod dial_request; | ||
|
||
use std::time::Duration; | ||
|
||
pub(crate) use dial_request::TestEnd; | ||
|
||
const DEFAULT_TIMEOUT: Duration = Duration::from_secs(10); | ||
const MAX_CONCURRENT_REQUESTS: usize = 10; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.