1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:33:43 +02:00

wait time addition

Added a command to define the wait time before sending another probe to the same hop.
This commit is contained in:
Francesco Yoshi Gobbo 2018-02-04 18:57:11 +01:00 committed by Agniva De Sarker
parent 2fbec071b4
commit 299fda9c14

View file

@ -17,3 +17,7 @@
- Force IP IPv4 or IPV6:
`mtr -4 {{host}}`
- Define the time to wait before sending another packet to the same hop:
`mtr -i {{seconds}} {{host}}`