From 299fda9c14ac9350decef6a9d7ca84af5dcc695b Mon Sep 17 00:00:00 2001 From: Francesco Yoshi Gobbo Date: Sun, 4 Feb 2018 18:57:11 +0100 Subject: [PATCH] wait time addition Added a command to define the wait time before sending another probe to the same hop. --- pages/common/mtr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/mtr.md b/pages/common/mtr.md index bda1ab46c..5ce54cb9a 100644 --- a/pages/common/mtr.md +++ b/pages/common/mtr.md @@ -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}}`