From 37701657382406b99b2a1c446ef6b86bf61fdc43 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 31 Jan 2022 01:55:49 +0000 Subject: [PATCH] tweak hops handling 2 --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index f70d2a4..8920b9a 100755 --- a/hblink.py +++ b/hblink.py @@ -362,7 +362,7 @@ class OPENBRIDGE(DatagramProtocol): #Increment max hops _inthops = _hops +1 - if _inthops > 20: + if _inthops > 15: logger.warning('(%s) MAX HOPS exceed, dropping. Hops: %s, DST: %s', self._system, _inthops, _int_dst_id) return