mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
Fix bug in peer count.
This commit is contained in:
parent
4c24e0cfb0
commit
68d6d3c4ff
3 changed files with 5 additions and 5 deletions
|
@ -210,9 +210,9 @@ public:
|
|||
void clean(uint64_t now);
|
||||
|
||||
/**
|
||||
* @return Number of 'alive' peers
|
||||
* @return Number of peers with active direct paths
|
||||
*/
|
||||
unsigned long countAlive() const;
|
||||
unsigned long countActive() const;
|
||||
|
||||
/**
|
||||
* Apply a function or function object to all peers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue