mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Implemented announce ingress control
This commit is contained in:
parent
803a5736c9
commit
3c4791a622
5 changed files with 124 additions and 8 deletions
|
@ -1150,6 +1150,7 @@ class Reticulum:
|
|||
ifstats["txb"] = interface.txb
|
||||
ifstats["incoming_announce_frequency"] = interface.incoming_announce_frequency()
|
||||
ifstats["outgoing_announce_frequency"] = interface.outgoing_announce_frequency()
|
||||
ifstats["held_announces"] = len(interface.held_announces)
|
||||
ifstats["status"] = interface.online
|
||||
ifstats["mode"] = interface.mode
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue