interface UdpMulticastServerOptions {
    broadcastAddressIpv4?: string;
    broadcastAddressIpv6: string;
    listeningPort: number;
    netInterface?: string;
    network: Network;
}

Properties

broadcastAddressIpv4?: string
broadcastAddressIpv6: string
listeningPort: number
netInterface?: string
network: Network