mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 14:20:35 +00:00
Added LocalInterface client TX hold on client app sleep on Android
This commit is contained in:
parent
1d2421b0af
commit
31cc9fc7d1
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ class Interface:
|
|||
self.spawned_interfaces = None
|
||||
self.tunnel_id = None
|
||||
self.ingress_control = True
|
||||
self.phy_keepalive = False
|
||||
self.ic_max_held_announces = Interface.MAX_HELD_ANNOUNCES
|
||||
self.ic_burst_hold = Interface.IC_BURST_HOLD
|
||||
self.ic_burst_active = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue