#include <cabal_waiter.h>
Inheritance diagram for Cabal::Waiter:

Public Member Functions | |
| Waiter (long int bandwidth=0) | |
| void | usedBandwidth (const long int bytes) | 
| Account for used bandwidth.  | |
| MSECS | minimalWait () | 
| Request for next schedulation time.  | |
Protected Attributes | |
| long int | m_bandwidth | 
| long int | m_lastSentTime | 
| long int | m_lastSentSize | 
Definition at line 31 of file cabal_waiter.h.
 
1.3.5