What TTL value is used when doing multicast Discovery? Is there a way to change this?
Created May 4, 2012
Tim Rohaly Multicast discovery is done through the class net.jini.discovery.LookupDiscovery,
which sends out multicast packets with a TTL (time-to-live) value of 15.
This can be changed by setting the net.jini.discovery.ttl
property to the value you want.