Documentation
    Preparing search index...

    Type Alias DiscoveryOptions

    Options for the discovery.

    type DiscoveryOptions = {
        dns: boolean;
        peerCache: boolean;
        peerExchange: boolean;
    }
    Index

    Properties

    dns: boolean
    peerCache: boolean
    peerExchange: boolean