mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-21 07:28:10 -07:00
Enabled ingress limiting on per-peer Weave and Auto sub-interfaces
This commit is contained in:
@@ -991,9 +991,6 @@ class WeaveInterface(Interface):
|
||||
def process_outgoing(self,data):
|
||||
pass
|
||||
|
||||
def should_ingress_limit(self):
|
||||
return False
|
||||
|
||||
def detach(self):
|
||||
self._online = False
|
||||
|
||||
@@ -1086,6 +1083,3 @@ class WeaveInterfacePeer(Interface):
|
||||
|
||||
if self in RNS.Transport.interfaces:
|
||||
RNS.Transport.interfaces.remove(self)
|
||||
|
||||
def should_ingress_limit(self):
|
||||
return False
|
||||
Reference in New Issue
Block a user