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:
Friedel Ziegelmayer
2022-09-29 15:36:11 +02:00
committed by GitHub
parent 749ff00a79
commit c71115d055
6 changed files with 33 additions and 298 deletions

View File

@ -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};