Skip to content

Commit

Permalink
update default maximum hops to mirror traceroute default: 20 → 64
Browse files Browse the repository at this point in the history
part of #28

part of #3
  • Loading branch information
jesteria committed Mar 8, 2023
1 parent 2e991de commit 597e690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netrics/measurement/hops_traceroute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 597e690

Please sign in to comment.