Function libp2p_tls::make_client_config

source ยท
pub fn make_client_config(
    keypair: &Keypair,
    remote_peer_id: Option<PeerId>,
) -> Result<ClientConfig, GenError>
Expand description

Create a TLS client configuration for libp2p.