Searched defs:RobustThroughputEstimatorSettings (Results 1 – 2 of 2) sorted by relevance
25 struct RobustThroughputEstimatorSettings { struct26 static constexpr char kKey[] = "WebRTC-Bwe-RobustThroughputEstimatorSettings"; argument29 RobustThroughputEstimatorSettings() = delete; argument33 bool enabled = false; // Set to true to use RobustThroughputEstimator.40 bool reduce_bias = true;45 bool assume_shared_link = false;49 unsigned min_packets = 20;50 TimeDelta window_duration = TimeDelta::Millis(500);54 unsigned initial_packets = 20;59 double unacked_weight = 1.0;
23 RobustThroughputEstimatorSettings::RobustThroughputEstimatorSettings( in RobustThroughputEstimatorSettings() function in webrtc::RobustThroughputEstimatorSettings