Tagged Questions
3
votes
2answers
614 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 ...