From 7ce7be991fd8012e057c00818337e70e20c32cf2 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Fri, 31 May 2024 14:51:00 +0900 Subject: [PATCH] revert io_window_moving_interval to 0.10 --- 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 d318af8..c53ad36 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.20 \ No newline at end of file + io_window_moving_interval: 0.10 \ No newline at end of file