traceroute/README.md

4 lines
322 B
Markdown
Raw Normal View History

2024-01-05 18:36:12 +01:00
# traceroute
Traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host. See traceroute(8) in the manual of your system for more info.