mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-25 13:20:56 -05:00
Cleanup
This commit is contained in:
parent
93d9cb3b69
commit
fc00d9a5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ class AutoInterface(Interface):
|
|||
if self.online and addr in self.spawned_interfaces:
|
||||
self.spawned_interfaces[addr].process_incoming(data, addr)
|
||||
|
||||
def process_outgoing(self,data): pass
|
||||
def process_outgoing(self, data): pass
|
||||
|
||||
# Ingress limiting happens on peer sub-interfaces
|
||||
def should_ingress_limit(self): return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue