pkt_time
This commit is contained in:
parent
31452345cb
commit
3e27dddace
@ -1465,7 +1465,7 @@ class routerHBP(HBSYSTEM):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
#If target has missed 6 (on 1 min) of keepalives, don't send
|
#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')
|
logger.warning('Not sending due to mised KA')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user