diff --git a/include/netinet/in.h b/include/netinet/in.h index be381118626..8b18a40a73d 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -107,6 +107,9 @@ * the incoming packet */ #define IP_TOS (__SO_PROTOCOL + 13) /* Access the Type-Of-Service * (TOS) field */ +#define IP_TTL (__SO_PROTOCOL + 14) /* The IP TTL (time to live) + * of IP packets sent by the + * network stack */ /* SOL_IPV6 protocol-level socket options. */