From 2c95c0db0aaed23c419b0b325ac806af30f057db Mon Sep 17 00:00:00 2001 From: Joshua Mesilane Date: Thu, 9 Apr 2026 08:59:52 +1000 Subject: [PATCH] Update example config files --- config.yaml.example | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index 46355e7..a8292b8 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -121,10 +121,9 @@ repeater: # Mesh Network Configuration mesh: - # Global flood policy - controls whether the repeater allows or denies flooding by default - # true = allow flooding globally, false = deny flooding globally - # Individual transport keys can override this setting - global_flood_allow: true + # Unscoped flood policy - controls whether the repeater allows or denies unscoped flooding + # true = allow unscoped flooding, false = deny flooding globally + unscoped_flood_allow: true # Path hash mode for flood packets (0-hop): per-hop hash size in path encoding # 0 = 1-byte hashes (legacy), 1 = 2-byte, 2 = 3-byte. Must match mesh convention.