transport: Optimize protocol name construction on every every substream open #346
Labels
priority: low
Nice-to-have improvements, optimizations, or future considerations
todo
Extracted from code todos
Litep2p constructs a list of protocols (including name and fallback) to negotiate with the remote peer.
This list can be statically constructed since the protocol names are not supposed to change.
litep2p/src/transport/s2n-quic/connection.rs
Lines 169 to 174 in e0b7118
The text was updated successfully, but these errors were encountered: