Enabled ingress limiting on per-peer Weave and Auto sub-interfaces

This commit is contained in:
Mark Qvist
2025-12-27 10:43:28 +01:00
parent 79b3101fe0
commit 2f47456668
2 changed files with 0 additions and 14 deletions
-6
View File
@@ -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