More experimentation with multicast rate.
This commit is contained in:
parent
55e7ddba1e
commit
07e1085dcc
2 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue