mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* Dispatcher: more stats added
This commit is contained in:
parent
67b0dfa868
commit
382b73f6c5
4 changed files with 37 additions and 1 deletions
|
|
@ -51,6 +51,9 @@ struct RepeaterStats {
|
|||
uint32_t n_packets_sent;
|
||||
uint32_t total_air_time_secs;
|
||||
uint32_t total_up_time_secs;
|
||||
uint32_t n_sent_flood, n_sent_direct;
|
||||
uint32_t n_recv_flood, n_recv_direct;
|
||||
uint32_t n_full_events;
|
||||
};
|
||||
|
||||
class MyMesh : public mesh::Mesh {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue