summaryrefslogtreecommitdiff
path: root/src/javax/jmdns/impl/tasks/state/Renewer.java
AgeCommit message (Collapse)Author
2011-09-20Revert the change to DNS_TTL and fix the renewer's TTLJason Simmons
In a previous change, DNSConstants.DNS_TTL had been changed to reduce the TTL of mDNS services advertised by the A@H broker. Instead of changing this for all users of JmDNS, A@H will use the DNSStateTask.setDefaultTTL internal API to control the TTL. Also, patch the Renewer so that the renewal interval is based on the task's own TTL instead of the hardcoded TTL in DNSConstants. Change-Id: I9f42b98e8088267b38d380edfd8b2e737d00414e
2011-09-13Uploading the original JmDNS codeManuel Roman
This code is used by the Broker service to advertise and discover an Active Home using the standard mDNS protocol Change-Id: I5d7068765b4ca771e3f3faf5d12104e2247945f3