Function libp2p_core::upgrade::apply_outbound

source ·
pub fn apply_outbound<C, U>(
    conn: C,
    up: U,
    v: Version,
) -> OutboundUpgradeApply<C, U> 
Expand description

Tries to perform an upgrade on an outbound connection or substream.