Simon 4 years ago
parent c9d8a4512d
commit 3cb6da9ec4

@ -2052,7 +2052,7 @@ class routerHBP(HBSYSTEM):
#We want to ignore this system and TS combination if it's called again for this packet
# _sysIgnore.append((_target,_target['TS']))
#If target has missed 6 (on 1 min) of keepalives, don't send
#If target has missed 6 (in 1 min) of keepalives, don't send
if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < pkt_time - 60:
return

Loading…
Cancel
Save

Powered by TurnKey Linux.