tweak hops handling 2

ta
Simon 4 years ago
parent b176cca9e7
commit 3770165738
No known key found for this signature in database
GPG Key ID: 6ACF11630B5D8F82

@ -362,7 +362,7 @@ class OPENBRIDGE(DatagramProtocol):
#Increment max hops #Increment max hops
_inthops = _hops +1 _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) logger.warning('(%s) MAX HOPS exceed, dropping. Hops: %s, DST: %s', self._system, _inthops, _int_dst_id)
return return

Loading…
Cancel
Save

Powered by TurnKey Linux.