libp2p
    Preparing search index...

    Interface IP4NetConfig

    interface IP4NetConfig {
        cidr?: number;
        host: string;
        port?: number;
        protocol?: "tcp" | "udp";
        sni?: string;
        type: "ip4";
    }
    Index

    Properties

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