Access IP layer

TTL and such are indeed IP level concepts, and a HTTP request comes in over TCP. The socket APIs for TCP don’t expose TTL because it has no meaning there - your HTTP request might have been assembled from lots of IP packets all with different TTL values.

1 Like