Allow boundary -> boundary and boundary -> gateway path requests

This commit is contained in:
Mark Qvist
2026-07-22 17:53:04 +02:00
parent 4838875691
commit b051e76d00
2 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ class Interface:
# Which interface modes a Transport Node should
# actively discover paths for.
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY, MODE_ROAMING, MODE_INTERNAL]
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY, MODE_ROAMING, MODE_INTERNAL]
BOUNDARY_SEARCH_MODES = [MODE_BOUNDARY, MODE_GATEWAY]
# How many samples to use for announce
# frequency calculations