mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-21 07:01:21 +00:00
The current implementation defines the InboundUpgrade only for `R = ()` so notably a `NoiseConfig` created by `NoiseConfig::ik_dialer` can not be an `InboundUpgrade`. Fixes #1378.