sdk
sdk copied to clipboard
RawDatagramSocket.bind() ttl parameter question
RawDatagramSocket.bind() documentation reads
The ttl sets time to live of a datagram sent on the socket.
It's unclear what this parameter does. Is it a max number of hopes for the packet or a time? If this is a number of hopes then what default value 1 means? Please update the documentation and provide more information about this parameter