mirror of
https://github.com/outbackdingo/Reticulum.git
synced 2026-01-27 18:20:17 +00:00
Fixed missing establishment_rate property init on Link
This commit is contained in:
@@ -142,6 +142,7 @@ class Link:
|
||||
raise TypeError("Links can only be established to the \"single\" destination type")
|
||||
self.rtt = None
|
||||
self.establishment_cost = 0
|
||||
self.establishment_rate = None
|
||||
self.callbacks = LinkCallbacks()
|
||||
self.resource_strategy = Link.ACCEPT_NONE
|
||||
self.outgoing_resources = []
|
||||
|
||||
Reference in New Issue
Block a user