pub fn gen_tls_configs(
    alpn: &[u8],
    tls: &TlsConfig,
    tuning_params: KitsuneP2pTuningParams
) -> KitsuneResult<(Arc<ServerConfig>, Arc<ClientConfig>)>
Expand description

Helper to generate rustls configs given a TlsConfig reference.