Skip to content

Commit

Permalink
Add deterministic traffic selection flag
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Dec 4, 2024
1 parent ba1733f commit 38a5fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nym-network-monitor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,6 @@ fn mixnet_debug_config(min_gateway_performance: u8) -> nym_client_core::config::
.disable_main_poisson_packet_distribution = true;
debug_config.cover_traffic.disable_loop_cover_traffic_stream = true;
debug_config.topology.minimum_gateway_performance = min_gateway_performance;
debug_config.traffic.deterministic_route_selection = true;
debug_config
}

0 comments on commit 38a5fb0

Please sign in to comment.