From 4d1e680154812b542c75e86a6c4beba541793ddb Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jan 2022 02:00:07 +0000 Subject: [PATCH] add bcsq to max hops --- hblink.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hblink.py b/hblink.py index 8920b9a..bc0ace5 100755 --- a/hblink.py +++ b/hblink.py @@ -364,6 +364,7 @@ class OPENBRIDGE(DatagramProtocol): if _inthops > 15: logger.warning('(%s) MAX HOPS exceed, dropping. Hops: %s, DST: %s', self._system, _inthops, _int_dst_id) + self.send_bcsq(_dst_id,_stream_id) return