Socket.setTtl
void setTtl(uint ttl)Sets the time-to-live for outgoing unicast packets on socket. By default the platform-specific default value is used.
Parameters
ttl | the time-to-live value for all unicast packets on socket |
void setTtl(uint ttl)Sets the time-to-live for outgoing unicast packets on socket. By default the platform-specific default value is used.
ttl | the time-to-live value for all unicast packets on socket |