mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-13 03:42:45 -04:00
Implemented unknown path discovery
This commit is contained in:
parent
81b92ffdc1
commit
f3ff71d9b8
3 changed files with 94 additions and 9 deletions
|
@ -40,8 +40,8 @@ class Interface:
|
|||
MODE_GATEWAY = 0x06
|
||||
|
||||
# Which interface modes a Transport Node
|
||||
# must act as path request agent for.
|
||||
PATH_REQUEST_AGENT_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY]
|
||||
# should actively discover paths for.
|
||||
DISCOVER_PATHS_FOR = [MODE_ACCESS_POINT, MODE_GATEWAY]
|
||||
|
||||
def __init__(self):
|
||||
self.rxb = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue