-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
priority: lowNice-to-have improvements, optimizations, or future considerationsNice-to-have improvements, optimizations, or future considerationstodoExtracted from code todosExtracted from code todos
Description
litep2p/src/transport/manager/mod.rs
Lines 259 to 268 in e0b7118
| impl TransportManager { | |
| /// Create new [`crate::transport::manager::TransportManager`]. | |
| // TODO: don't return handle here | |
| pub fn new( | |
| keypair: Keypair, | |
| supported_transports: HashSet<SupportedTransport>, | |
| bandwidth_sink: BandwidthSink, | |
| max_parallel_dials: usize, | |
| connection_limits_config: limits::ConnectionLimitsConfig, | |
| ) -> (Self, TransportManagerHandle) { |
Metadata
Metadata
Assignees
Labels
priority: lowNice-to-have improvements, optimizations, or future considerationsNice-to-have improvements, optimizations, or future considerationstodoExtracted from code todosExtracted from code todos