mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
WIP ARQ - set to fixed speed level for now
This commit is contained in:
parent
5789c7a65f
commit
6f28f4ef32
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ class ARQSessionIRS(arq_session.ARQSession):
|
|||
self.set_state(self.STATE_FAILED)
|
||||
|
||||
def calibrate_speed_settings(self):
|
||||
self.speed_level = 0 # for now stay at lowest speed level
|
||||
return
|
||||
# if we have two ACKS, then consider increasing speed level
|
||||
if self.transmitted_acks >= 2:
|
||||
self.transmitted_acks = 0
|
||||
|
|
Loading…
Reference in a new issue