mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
misc/multistream-select/: Remove parallel dialing optimization (#2934)
This is to avoid the usage of the now optional `ls` command, and stay compatible with go-multistream. Closes #2925
This commit is contained in:
committed by
GitHub
parent
749ff00a79
commit
c71115d055
@ -92,7 +92,6 @@ mod length_delimited;
|
||||
mod listener_select;
|
||||
mod negotiated;
|
||||
mod protocol;
|
||||
mod tests;
|
||||
|
||||
pub use self::dialer_select::{dialer_select_proto, DialerSelectFuture};
|
||||
pub use self::listener_select::{listener_select_proto, ListenerSelectFuture};
|
||||
|
Reference in New Issue
Block a user