mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-05 05:30:51 -04:00
Basic interface rate estimation
This commit is contained in:
parent
7923322d92
commit
2f71296816
5 changed files with 49 additions and 5 deletions
|
@ -76,6 +76,7 @@ class LocalClientInterface(Interface):
|
|||
self.connect()
|
||||
|
||||
self.owner = owner
|
||||
self.bitrate = 1000*1000*1000
|
||||
self.online = True
|
||||
self.writing = False
|
||||
|
||||
|
@ -284,6 +285,7 @@ class LocalServerInterface(Interface):
|
|||
thread.setDaemon(True)
|
||||
thread.start()
|
||||
|
||||
self.bitrate = 1000*1000*1000
|
||||
self.online = True
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue