From cd1f9465c3c2119c3f1a06e6b2a2ef3ecf01c565 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:37:26 +0700 Subject: [PATCH] Disable drop messages --- network-runner/src/bin/app/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-runner/src/bin/app/main.rs b/network-runner/src/bin/app/main.rs index 82fedf5..cf41cb3 100644 --- a/network-runner/src/bin/app/main.rs +++ b/network-runner/src/bin/app/main.rs @@ -104,7 +104,7 @@ impl SimulationApp { seed: 0, persistent_transmission: PersistentTransmissionSettings { max_emission_frequency: 1.0, - drop_message_probability: 0.5, + drop_message_probability: 0.0, }, message_blend: MessageBlendSettings { cryptographic_processor: CryptographicProcessorSettings {