More experimentation with multicast rate.

This commit is contained in:
Adam Ierymenko 2013-09-12 17:27:10 -04:00
parent 55e7ddba1e
commit 07e1085dcc
2 changed files with 12 additions and 0 deletions

View file

@ -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;