In Java, is there a way to control the TTL of the IP header for packets sent on a socket?
Apparently only on Multicast sockets, which have:
MulticastSocket.setTimeToLive(int ttl);
2.1m questions
2.1m answers
60 comments
57.0k users