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