feat: add max flood hops configuration to repeater settings

This commit is contained in:
Lloyd
2026-04-22 13:52:40 +01:00
parent 827b9a9f98
commit 1626b3f307
5 changed files with 14 additions and 4 deletions
+4
View File
@@ -31,6 +31,10 @@ repeater:
# Duplicate packet cache TTL in seconds
cache_ttl: 3600
# Maximum number of hops a flood packet may have already traversed before
# this repeater forwards it.
max_flood_hops: 64
# Score-based transmission filtering
# Enable quality-based packet filtering and adaptive delays
use_score_for_tx: false