Searched refs:checkMulticastResponse (Results 1 – 2 of 2) sorted by relevance
79 private final boolean checkMulticastResponse = MdnsConfigs.checkMulticastResponse(); field in MdnsSocketClient519 if (checkMulticastResponse && useSeparateSocketForUnicast) { in sendPackets()
57 public static boolean checkMulticastResponse() { in checkMulticastResponse() method in MdnsConfigs