Tagged Questions
5
votes
1answer
1k views
Java Multicast Time To Live is always 0
I have a problem with setting the TTL on my Datagram packets. I am calling the setTTL(...) method on the packet before sending the packet to the multicastSocket but if I capture the packet with ...
3
votes
1answer
919 views
Why would my java program send multicast packets with a TTL of 1?
I have a java client program that uses mdns with service discovery to find its associated server. After much testing on a single network with Windows, Fedora 10, and Ubuntu 8.10, we delivered a test ...