@gibme/ssdp
    Preparing search index...

    Type Alias Options

    type Options = {
        host: string;
        loopback: boolean;
        ttl: number;
    }
    Index

    Properties

    Properties

    host: string

    The host interface to bind the instance to

    loopback: boolean

    Whether our sockets should also receive the messages that are sent

    ttl: number

    The TTL of the underlying multicast socket

    2