mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-11-30 11:26:45 -05:00
Implemented link timeouts and keepalive
This commit is contained in:
parent
98a489ee11
commit
260f8bbaf1
4 changed files with 153 additions and 24 deletions
|
|
@ -4,6 +4,7 @@ import math
|
|||
import time
|
||||
import threading
|
||||
import vendor.umsgpack as umsgpack
|
||||
from time import sleep
|
||||
|
||||
|
||||
class Resource:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue