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 ...
1
vote
1answer
42 views
Python: forging packet UDP with given TTL
I'd need build up an UDP packet with Python setting a particular value of its TTL. Could anyone show me the minimal-length code to do this?
Thank you very much indeed!
Matteo
1
vote
2answers
43 views
Getting TTL of incoming UDP packet in Python
I'm using the socket module in Python to do some basic UDP client-server communication. What I would need to do is quite simple: client sends server a packet, server answers with client's public ip ...