swactor/crates/gossip-dashboard/examples/sim.toml
zacheryasc ff9710d724 feat: gossip simulation (#21)
Simulate a simple push-pull epidemic broadcast.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-02-08 16:18:39 +00:00

12 lines
198 B
TOML

name = "Partitioned-8 Heal"
topology = "partitioned"
num_nodes = 8
num_rounds = 20
ticks_per_round = 5
num_threads = 2
heal_after_round = 10
port = 8080
[initial_data]
color = "blue"
version = "1"