mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-10 02:28:11 -07:00
Added announce rate control defaults configuration options
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user