From 597e6906fd7c3c05326f37b51358c1f28428bb34 Mon Sep 17 00:00:00 2001 From: Jesse London Date: Tue, 7 Mar 2023 14:53:22 -0600 Subject: [PATCH] =?UTF-8?q?update=20default=20maximum=20hops=20to=20mirror?= =?UTF-8?q?=20traceroute=20default:=2020=20=E2=86=92=2064?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit part of #28 part of #3 --- src/netrics/measurement/hops_traceroute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netrics/measurement/hops_traceroute.py b/src/netrics/measurement/hops_traceroute.py index 4fd1b2c..0b92030 100644 --- a/src/netrics/measurement/hops_traceroute.py +++ b/src/netrics/measurement/hops_traceroute.py @@ -25,7 +25,7 @@ default=default.DESTINATIONS): task.schema.DestinationCollection(), # max_hop: (traceroute): natural number - Optional('max_hop', default='20'): task.schema.NaturalStr('max_hop'), + Optional('max_hop', default='64'): task.schema.NaturalStr('max_hop'), # tries: (traceroute): natural number Optional('tries', default='5'): task.schema.NaturalStr('tries'),