Added TC for dns request
This commit is contained in:
parent
e8e3deb056
commit
0774bcd26c
3 changed files with 24 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ public class MulticastDNSClientTest {
|
|||
MulticastDNSClient mdns = new MulticastDNSClient();
|
||||
mdns.start();
|
||||
//mdns.sendProbe("appletv.local");
|
||||
mdns.sendProbe("_services._dns-sd._udp.local");
|
||||
//mdns.sendProbe("_services._dns-sd._udp.local");
|
||||
mdns.sendProbe("_googlecast._tcp.local");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue