Expand description
TTL (Time To Live) utilities.
Provides functions to guess the original TTL and number of hops based on the current TTL value.
Functionsยง
- estimate_
hops - Estimate the number of hops the packet has traveled.
- estimate_
original - Estimate the original TTL based on the current TTL.