30 hops - same as IP

options
Simon 4 years ago
parent c034164e2e
commit 7cd6d5e070

@ -355,7 +355,7 @@ class OPENBRIDGE(DatagramProtocol):
#Increment max hops #Increment max hops
_inthops = _hops +1 _inthops = _hops +1
if _inthops > 10: if _inthops > 30:
logger.warning('(%s) MAX HOPS exceed, dropping', self._system) logger.warning('(%s) MAX HOPS exceed, dropping', self._system)
return return

Loading…
Cancel
Save

Powered by TurnKey Linux.