mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-22 07:58:10 -07:00
Increased default discovery stamp value to 16
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ APP_NAME = "rnstransport"
|
|||||||
|
|
||||||
class InterfaceAnnouncer():
|
class InterfaceAnnouncer():
|
||||||
JOB_INTERVAL = 60
|
JOB_INTERVAL = 60
|
||||||
DEFAULT_STAMP_VALUE = 14
|
DEFAULT_STAMP_VALUE = 16
|
||||||
WORKBLOCK_EXPAND_ROUNDS = 20
|
WORKBLOCK_EXPAND_ROUNDS = 20
|
||||||
|
|
||||||
DISCOVERABLE_INTERFACE_TYPES = ["BackboneInterface", "TCPServerInterface", "TCPClientInterface",
|
DISCOVERABLE_INTERFACE_TYPES = ["BackboneInterface", "TCPServerInterface", "TCPClientInterface",
|
||||||
|
|||||||
Reference in New Issue
Block a user