Hello,
I need to get the TTL of a Datagram Packet. I've found that the package java.net has an abstract class that has a method getTimeToLive. Do you know if this method do what I want? And how can I implement that class. I know gnu.java has a PlainDatagramSocketImpl class, althouth I can put it working well, I only need that class and not the all package and it use native methods. Any one has any idea how can I solve this?
Thank you,
João