Function kitsune_p2p_bootstrap::run_with_prune_freq

source ·
pub async fn run_with_prune_freq(
    addr: impl Into<SocketAddr> + 'static,
    proxy_list: Vec<String>,
    prune_frequency: Duration
) -> Result<(BootstrapDriver, SocketAddr, BootstrapShutdown), String>
Expand description

Run a bootstrap server with a set prune frequency.