xmpp_p2p
    Preparing search index...

    Interface CreateP2PNodeOptions

    Startup options for the shared libp2p node factory.

    interface CreateP2PNodeOptions {
        enableDht?: boolean;
        enableMdns?: boolean;
        host?: string;
    }
    Index

    Properties

    enableDht?: boolean
    enableMdns?: boolean
    host?: string