libp2p
    Preparing search index...

    Interface IP6NetConfig

    interface IP6NetConfig {
        cidr?: string;
        host: string;
        port?: number;
        protocol?: "tcp" | "udp";
        sni?: string;
        type: "ip6";
        zone?: string;
    }
    Index

    Properties

    cidr?: string
    host: string
    port?: number
    protocol?: "tcp" | "udp"
    sni?: string
    type: "ip6"
    zone?: string