Added announce rate control defaults configuration options

This commit is contained in:
Mark Qvist
2026-05-06 03:29:40 +02:00
parent 5c05a7fa58
commit 3d8079c02b
5 changed files with 67 additions and 10 deletions
+5
View File
@@ -73,6 +73,11 @@ class Interface:
IC_HELD_RELEASE_INTERVAL = 2
IC_DEQUE_MIN_SAMPLE = 32
# Default announce rate targets
DEFAULT_AR_TARGET = 3600
DEFAULT_AR_PENALTY = 0
DEFAULT_AR_GRACE = 5
AUTOCONFIGURE_MTU = False
FIXED_MTU = False