mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-24 14:40:36 -04:00
Configured announce ingress limit defaults
This commit is contained in:
parent
03340ed091
commit
fb4e53f6e3
7 changed files with 23 additions and 0 deletions
|
@ -431,6 +431,11 @@ class AutoInterface(Interface):
|
|||
self.txb += len(data)
|
||||
|
||||
|
||||
# Until per-device sub-interfacing is implemented,
|
||||
# ingress limiting should be disabled on AutoInterface
|
||||
def should_ingress_limit(self):
|
||||
return False
|
||||
|
||||
def __str__(self):
|
||||
return "AutoInterface["+self.name+"]"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue