Small refactoring
This commit is contained in:
parent
123044aaf3
commit
1a6edff347
5 changed files with 25 additions and 22 deletions
|
|
@ -12,6 +12,7 @@ public class MulticastDNSClientTest {
|
|||
public static void main(String[] args) throws IOException {
|
||||
MulticastDNSClient mdns = new MulticastDNSClient();
|
||||
mdns.start();
|
||||
mdns.sendProbe("apple.local");
|
||||
//mdns.sendProbe("appletv.local");
|
||||
mdns.sendProbe("_services._dns-sd._udp.local");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue