libp2p
    Preparing search index...

    Interface MulticastDNSInit

    interface MulticastDNSInit {
        broadcast?: boolean;
        interval?: number;
        ip?: string;
        peerName?: string;
        port?: number;
        serviceTag?: string;
    }
    Index

    Properties

    broadcast?: boolean
    interval?: number
    ip?: string
    peerName?: string
    port?: number
    serviceTag?: string