commit | 1eb12934e7a2bcfda100c13d0d1afc6e62b68399 | [log] [tgz] |
---|---|---|
author | Irfan Sheriff <isheriff@chromium.org> | Tue Oct 18 17:04:25 2016 -0700 |
committer | Sergey Ulanov <sergeyu@chromium.org> | Wed Oct 19 00:04:35 2016 +0000 |
tree | 4a1ca3733e56275c2009ff49237973b903a97f01 | |
parent | a9c7cfac41d48bf7a15dfb6c346f6c3809eb2722 [diff] [blame] |
Handle BW drop in ALR region and initiate probing Original change by isheriff@chromium.org: http://crrev.com/2387463002#ps40001 BUG=webrtc:6332 TBR=philipel@webrtc.org, stefan@webrtc.org Review URL: https://codereview.webrtc.org/2432633002 . Patch from Irfan Sheriff <isheriff@chromium.org>. Cr-Commit-Position: refs/heads/master@{#14673}
diff --git a/webrtc/modules/congestion_controller/probe_controller.h b/webrtc/modules/congestion_controller/probe_controller.h index 4cf34c3..efcc2a1 100644 --- a/webrtc/modules/congestion_controller/probe_controller.h +++ b/webrtc/modules/congestion_controller/probe_controller.h
@@ -53,6 +53,7 @@ int64_t time_last_probing_initiated_ms_ GUARDED_BY(critsect_); int estimated_bitrate_bps_ GUARDED_BY(critsect_); int max_bitrate_bps_ GUARDED_BY(critsect_); + int64_t last_alr_probing_time_ GUARDED_BY(critsect_); RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(ProbeController); };