ajanhalt
Results
2
issues of
ajanhalt
This adds the SendUnicast(IPAddress) function to implement unicast responses. There are two supporting functions : getRemoteIP() to get the source IP address and getDestinationIP() to get the target IP address...
The MDNS spec section 5.4 details the ability for queries to request a unicast reply to cut down on multicast traffic on the network. Add a function to send a...