From 8d3f32a7fe135b787e01a545dda5e2684ebf3c4e Mon Sep 17 00:00:00 2001 From: Youngjoon Lee <5462944+youngjoon-lee@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:39:18 +0700 Subject: [PATCH] add comment --- simlib/mixnet-sims/src/node/mix/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/simlib/mixnet-sims/src/node/mix/mod.rs b/simlib/mixnet-sims/src/node/mix/mod.rs index fc15c02..7f1a710 100644 --- a/simlib/mixnet-sims/src/node/mix/mod.rs +++ b/simlib/mixnet-sims/src/node/mix/mod.rs @@ -187,6 +187,7 @@ impl MixNode { id, network_interface, // We're not coupling this lifespan with the steps now, but it's okay + // We expected that a message will be delivered to most of nodes within 60s. message_cache: TimedCache::with_lifespan(60), settings, state: MixnodeState {