pypy
Simon 5 years ago
parent 31452345cb
commit 3e27dddace

@ -1465,7 +1465,7 @@ class routerHBP(HBSYSTEM):
continue
#If target has missed 6 (on 1 min) of keepalives, don't send
if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < _pkt_time - 60:
if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < pkt_time - 60:
logger.warning('Not sending due to mised KA')
continue

Loading…
Cancel
Save

Powered by TurnKey Linux.