mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
More experimentation with multicast rate.
This commit is contained in:
@ -121,6 +121,15 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Most recent balance without update
|
||||
*/
|
||||
inline uint32_t balance() const
|
||||
throw()
|
||||
{
|
||||
return _balance;
|
||||
}
|
||||
|
||||
private:
|
||||
double _lastTime;
|
||||
uint32_t _balance;
|
||||
|
Reference in New Issue
Block a user