mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
add some functions for estimation of number of bytes that can be send in a category in specified time
This commit is contained in:
@@ -274,6 +274,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
return false;
|
||||
}
|
||||
|
||||
public long CurrentTokenCount()
|
||||
{
|
||||
return m_tokenCount;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Deposit tokens into the bucket from a child bucket that did
|
||||
/// not use all of its available tokens
|
||||
|
||||
Reference in New Issue
Block a user