1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

tcptraceroute: better wording (#3937)

This commit is contained in:
MT 2020-03-29 08:04:01 +11:00 committed by GitHub
parent 850de21b95
commit 4f3c097342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@
`tcptraceroute {{host}} -p {{source_port}} -s {{source_address}}`
- Set the initial and maximum TTL:
- Set the first and maximum TTL:
`tcptraceroute {{host}} -f {{first_ttl} -m {{max_ttl}}`
- Specify the wait time and number of probes for each hop:
- Specify the wait time and number of queries per hop:
`tcptraceroute {{host}} -w {{wait_time}} -q {{number_of_queries}}`