From 7cd6d5e0701f8ce4c208383280903c02732bdaf6 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 19 Jan 2022 23:02:48 +0000 Subject: [PATCH] 30 hops - same as IP --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index 7efe77e..c3fc39b 100755 --- a/hblink.py +++ b/hblink.py @@ -355,7 +355,7 @@ class OPENBRIDGE(DatagramProtocol): #Increment max hops _inthops = _hops +1 - if _inthops > 10: + if _inthops > 30: logger.warning('(%s) MAX HOPS exceed, dropping', self._system) return