pub async fn spawn_kitsune_p2p(
    config: KitsuneP2pConfig,
    tls_config: TlsConfig,
    host: HostApi
) -> KitsuneP2pResult<(GhostSender<KitsuneP2p>, KitsuneP2pEventReceiver)>
Expand description

Spawn a new KitsuneP2p actor.