Skip to main content

build_iroh_v1_endpoint

Function build_iroh_v1_endpoint 

Source
pub(crate) async fn build_iroh_v1_endpoint(
    secret_key: SecretKey,
    bind_addr: SocketAddr,
    iroh_dns: Option<SafeUrl>,
    alpn: &[u8],
) -> Result<Endpoint>
Expand description

Build an Iroh 1.0 server endpoint.