mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-11 16:00:47 -04:00
Link MTU upgrade on AutoInterface
This commit is contained in:
parent
d898641e6a
commit
350687eda9
5 changed files with 10 additions and 7 deletions
|
@ -185,7 +185,7 @@ class Resource:
|
|||
resource.window_min = Resource.WINDOW_MIN
|
||||
resource.window_flexibility = Resource.WINDOW_FLEXIBILITY
|
||||
resource.last_activity = time.time()
|
||||
resource.started_transferring = self.last_activity
|
||||
resource.started_transferring = resource.last_activity
|
||||
|
||||
resource.storagepath = RNS.Reticulum.resourcepath+"/"+resource.original_hash.hex()
|
||||
resource.segment_index = adv.i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue