pub fn make_client_config(
secret_key: &SecretKey,
remote_peer_id: Option<PublicKey>,
alpn_protocols: Vec<Vec<u8>>,
keylog: bool,
) -> Result<QuicClientConfig, CreateConfigError>
👎Deprecated: This crate has been renamed from ‘iroh-net’ to ‘iroh’, please use the new crate
Expand description
Create a TLS client configuration.
If keylog is true
this will enable logging of the pre-master key to the file in the
SSLKEYLOGFILE
environment variable. This can be used to inspect the traffic for
debugging purposes.