self.STATUS

options
Simon 4 years ago
parent c0b36ab5e4
commit 51cd4d6af6
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -1662,7 +1662,7 @@ class routerOBP(OPENBRIDGE):
return
#TIMEOUT
if _target_status[_stream_id]['START'] + 180 < pkt_time:
if _self.STATUS[_stream_id]['START'] + 180 < pkt_time:
if 'LOOPLOG' not in self.STATUS[_stream_id] or not self.STATUS[_stream_id]['LOOPLOG']:
logger.warning("(%s) OBP *TIMEOUT*, STREAM ID: %s, TG: %s, TS: %s, IGNORE THIS SOURCE",self._system, int_id(_stream_id), int_id(_dst_id),_sysslot)
self.STATUS[_stream_id]['LOOPLOG'] = True

Loading…
Cancel
Save

Powered by TurnKey Linux.