mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-12 08:53:00 -04:00
Tunnel table indices
This commit is contained in:
parent
194f6aef1d
commit
fa31dced22
3 changed files with 81 additions and 24 deletions
|
@ -77,6 +77,8 @@ class Interface:
|
|||
self.HW_MTU = None
|
||||
|
||||
self.parent_interface = None
|
||||
self.spawned_interfaces = None
|
||||
self.tunnel_id = None
|
||||
self.ingress_control = True
|
||||
self.ic_max_held_announces = Interface.MAX_HELD_ANNOUNCES
|
||||
self.ic_burst_hold = Interface.IC_BURST_HOLD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue