mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-18 01:44:50 -05:00
Reverted AutoInterface ingress limit
This commit is contained in:
parent
72c1995551
commit
99504b7f7d
1 changed files with 3 additions and 1 deletions
|
|
@ -615,7 +615,9 @@ class AutoInterfacePeer(Interface):
|
|||
if self in RNS.Transport.interfaces: RNS.Transport.interfaces.remove(self)
|
||||
|
||||
# Ingress-limit announces per discovered peer
|
||||
def should_ingress_limit(self): return True
|
||||
# TODO: Disabled until potential discovery issue
|
||||
# has been diagnosed
|
||||
def should_ingress_limit(self): return False
|
||||
|
||||
class AutoInterfaceHandler(socketserver.BaseRequestHandler):
|
||||
def __init__(self, callback, *args, **keys):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue