Forgot your password?
typodupeerror

Comment Re:Latency (Score 1) 396

I think you should apologize because you're wrong.
What you see there is not the TTL set by your machine, it's the TTL set by the remote server. And it doesn't always starts from 255. For example, google.com sets the TTL to 64.
Even though the usual values for TTL are 64, 128 and 255, you cannot be sure what the exact TTL value is unless you are the admin of the server server.

From linux ping(8) man page, section Ttl Details:

In normal operation ping prints the ttl value from the packet it receives. When a remote system receives a ping packet, it can do one of three things with the TTL field in its response:

        Not change it; this is what Berkeley Unix systems did before the 4.3BSD Tahoe release. In this case the TTL value in the received packet will be 255 minus the number of routers in the round-trip path.
        Set it to 255; this is what current Berkeley Unix systems do. In this case the TTL value in the received packet will be 255 minus the number of routers in the path from the remote system to the pinging host.
        Set it to some other value. Some machines use the same value for ICMP packets that they use for TCP packets, for example either 30 or 60. Others may use completely wild values.

Slashdot Top Deals

Term, holidays, term, holidays, till we leave school, and then work, work, work till we die. -- C.S. Lewis

Working...