From 289efc1da877abdc7678b2c5d64e0053baf70c53 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Fri, 31 May 2024 10:14:17 +0900 Subject: [PATCH] change io_window_moving_interval to 0.20 --- mixnet/v2/sim/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnet/v2/sim/config.yaml b/mixnet/v2/sim/config.yaml index c53ad36..d318af8 100644 --- a/mixnet/v2/sim/config.yaml +++ b/mixnet/v2/sim/config.yaml @@ -42,4 +42,4 @@ adversary: io_window_size: 0.20 # A moving interval of the time window for the adversary to observe inputs and outputs of each node # This must be smaller or equal to io_window_size. - io_window_moving_interval: 0.10 \ No newline at end of file + io_window_moving_interval: 0.20 \ No newline at end of file