Fix per regression in probing.
BUG=chromium:687030 Review-Url: https://codereview.webrtc.org/2664193002 Cr-Commit-Position: refs/heads/master@{#16381}
This commit is contained in:
parent
6fb4f5696d
commit
7f08e82251
@ -141,7 +141,7 @@ int BitrateProber::CurrentClusterId() const {
|
||||
// feasible.
|
||||
size_t BitrateProber::RecommendedMinProbeSize() const {
|
||||
RTC_DCHECK(!clusters_.empty());
|
||||
return clusters_.front().bitrate_bps * 3 * kMinProbeDeltaMs / (8 * 1000);
|
||||
return clusters_.front().bitrate_bps * 2 * kMinProbeDeltaMs / (8 * 1000);
|
||||
}
|
||||
|
||||
void BitrateProber::ProbeSent(int64_t now_ms, size_t bytes) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user