|
| BandwidthEstimator (int num_blocks) |
|
void | AddBlock (uint64_t size, double duration) |
|
uint64_t | Estimate () const |
|
|
static const int | kUseAllBlocks = 0 |
|
Definition at line 15 of file bandwidth_estimator.h.
◆ BandwidthEstimator()
BandwidthEstimator::BandwidthEstimator |
( |
int |
num_blocks | ) |
|
|
explicit |
- Parameters
-
num_blocks | is the number of latest blocks to use. Negative values use first N blocks. 0 uses all. |
Definition at line 16 of file bandwidth_estimator.cc.
The documentation for this class was generated from the following files: