mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-02 18:40:00 -07:00
Allow recursive path resolution for clients on roaming-mode interfaces
This commit is contained in:
@@ -42,7 +42,7 @@ class Interface:
|
||||
|
||||
# Which interface modes a Transport Node should
|
||||
# actively discover paths for.
|
||||
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY]
|
||||
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY, MODE_ROAMING]
|
||||
|
||||
# How many samples to use for announce
|
||||
# frequency calculations
|
||||
|
||||
Reference in New Issue
Block a user