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
2answers
570 views

How to get TTL of a UDP packet in Java?

I am using a Java application to send UDP packets to an Android device. There I have another Java application that receives these UDP packets and displays its data - very simple. Now I am working on ...
3
votes
1answer
889 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 ...
0
votes
0answers
38 views

Finding whether dns caching working or not in EJB calls

Is there way I can find out whether DNS caching is being done in client application side or not. The issue is that there was a fail-over of the servers but the application was still pointing to old ...
0
votes
1answer
344 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 ...