class

MDNS::Server

Inherits Reference / Object

this is the basis for a full Continuous Multicast DNS Querying service this implements a very basic transport layer

Constructors

new(address : Socket::IPAddress, buffer_size = 16, loopback = false, hops = 255)

Usage: MDNS::Server.new(MDNS::IPv4)

Source

Instance methods

address
Source
channel
Source
close
Source
closed?
Source
query

this is only required if the information is not already in a cache built from the messages being pushed down the channel

Source
query(domain : String, type : Type = Type::PTR, klass : RecordClass = RecordClass::Internet)
Source
receive

receive a mDNS message

Source
socket
Source