agian
This commit is contained in:
parent
3e27dddace
commit
e4525cd2f2
@ -1100,7 +1100,7 @@ class routerOBP(OPENBRIDGE):
|
||||
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.debug('**************************')
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user