webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
probing_interval_estimator_unittest.cc File Reference
#include <memory>
#include <utility>
#include "webrtc/modules/congestion_controller/probing_interval_estimator.h"
#include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (ProbingIntervalEstimatorTest, DefaultIntervalUntillWeHaveDrop)
 
 webrtc::TEST (ProbingIntervalEstimatorTest, CalcInterval)
 
 webrtc::TEST (ProbingIntervalEstimatorTest, IntervalDoesNotExceedMin)
 
 webrtc::TEST (ProbingIntervalEstimatorTest, IntervalDoesNotExceedMax)
 

Variable Documentation

◆ aimd_rate_control

std::unique_ptr<MockAimdRateControl> aimd_rate_control

◆ probing_interval_estimator

std::unique_ptr<ProbingIntervalEstimator> probing_interval_estimator