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
918 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 ...
1
vote
3answers
1k views
How can I modify multicast TCP/IP packets' TTL?
I'm supporting a 3rd party app that sends multicast packets with a TTL of 1. We cannot modify the app, but need a higher TTL to route the packets to another customer's network. Is there a network ...
0
votes
1answer
360 views
Java Media Framework always generating multicast packets with TTL=1
I need to generate a G711 multicast audio stream, and came across the AVTransmit2 sample as part of the Java Media Framework.
Fundementally this works, however the multicast packets all have TTL set ...