Sign in
webrtc
/
src
/
/
97e04884bd84a8fb24776046c426bb50f9733ff3
/
modules
/
congestion_controller
/
probe_controller.h
0676f22
Probe on video encoder reconfiguration test.
by philipel
· 7 years ago
db4fa4b
Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3.
by philipel
· 7 years ago
ea86bb7
Revert "Revert "Revert "Reland "Moved congestion controller to task queue.""""
by Sebastian Jansson
· 7 years ago
65792c5
Revert "Revert "Reland "Moved congestion controller to task queue."""
by Sebastian Jansson
· 7 years ago
4e849f6
Revert "Reland "Moved congestion controller to task queue.""
by Danil Chapovalov
· 7 years ago
bda5068
Revert "Moved congestion controller to goog_cc folder."
by Danil Chapovalov
· 7 years ago
[Renamed (93%) from modules/congestion_controller/goog_cc/probe_controller.h]
e6cefdf
Moved congestion controller to goog_cc folder.
by Sebastian Jansson
· 7 years ago
[Renamed (93%) from modules/congestion_controller/probe_controller.h]
57daeb7
Reland "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
5a503b0
Revert "Moved congestion controller to task queue."
by Sebastian Jansson
· 7 years ago
0cbcba7
Moved congestion controller to task queue.
by Sebastian Jansson
· 7 years ago
7120742
Adding NOLINT for typedefs.h and common_types.h
by Mirko Bonadei
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/modules/congestion_controller/probe_controller.h]
56359be
Update thread annotiation macros in modules to use RTC_ prefix
by danilchap
· 8 years ago
3376c84
Add probing to recover faster from large bitrate drops. A single probe at 85% of the original bitrate is sent when transitioning from underusing back to normal state. The actual sending of the probes is disabled by default, and enabled by the field trial string WebRTC-BweRapidRecoveryExperiment/Enabled/. Existing code that did probing after large drops in ALR have been restructured so that it also delays the probe until we are no longer overusing.
by terelius
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
61ce37e
Mark |Clock*| as |const Clock*| (for some CongestionController and BWE related modules)
by elad.alon
· 8 years ago
cb9ba30
Perform probing on network route change.
by philipel
· 8 years ago
2df0734
Add WebRTC.BWE.MidCallProbing.* metrics.
by philipel
· 8 years ago
5bc3945
Fix integer overflow in ProbeController.
by sergeyu
· 8 years ago
80ed35e
Implement periodic bandwidth probing in application-limited region.
by sergeyu
· 8 years ago
e2b1501
Start probes only after network is connected.
by Sergey Ulanov
· 8 years ago
906c5dc
Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ )
by honghaiz
· 8 years ago
5c99c76
Start probes only after network is connected.
by sergeyu
· 8 years ago
1eb1293
Handle BW drop in ALR region and initiate probing
by Irfan Sheriff
· 8 years ago
b2540bb
Probing: Add support for exponential startup probing
by Irfan Sheriff
· 9 years ago