mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-02 11:13:36 -07: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")
|
raise TypeError("Links can only be established to the \"single\" destination type")
|
||||||
self.rtt = None
|
self.rtt = None
|
||||||
self.establishment_cost = 0
|
self.establishment_cost = 0
|
||||||
|
self.establishment_rate = None
|
||||||
self.callbacks = LinkCallbacks()
|
self.callbacks = LinkCallbacks()
|
||||||
self.resource_strategy = Link.ACCEPT_NONE
|
self.resource_strategy = Link.ACCEPT_NONE
|
||||||
self.outgoing_resources = []
|
self.outgoing_resources = []
|
||||||
|
|||||||
Reference in New Issue
Block a user