Skip to content

Commit

Permalink
Set adaptive_eps=False to mitigate excessive probing
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenetta17 committed Sep 12, 2024
1 parent 76cafb8 commit defd7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diamond_miner/queries/get_mda_probes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GetMDAProbes(LinksQuery):
[{'probe_protocol': 1, 'probe_dst_prefix': '::ffff:200.0.0.0', 'cumulative_probes': [12, 12, 12, 12], 'TTLs': [1, 2, 3, 4]}]
"""

adaptive_eps: bool = True
adaptive_eps: bool = False

dminer_lite: bool = True
"If true, use an heuristic that requires less probes to handle nested load-balancers."
Expand Down

0 comments on commit defd7d8

Please sign in to comment.