Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: webrtc/modules/congestion_controller/delay_based_bwe.h

Issue 2628563003: Propagate packet pacing information to SenTimeHistory (Closed)
Patch Set: . Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/congestion_controller/delay_based_bwe.h
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.h b/webrtc/modules/congestion_controller/delay_based_bwe.h
index 6e7a6f8d63a654e078f41127b6919263f182df07..6ac2edfde815bcd8ab969318f8acb4f0b56cf18c 100644
--- a/webrtc/modules/congestion_controller/delay_based_bwe.h
+++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
@@ -54,6 +54,7 @@ class DelayBasedBwe {
uint32_t* bitrate_bps) const;
void SetMinBitrate(int min_bitrate_bps);
int64_t GetProbingIntervalMs() const;
+ void OnProbingClusterCreated(int cluster_id, int min_bytes, int min_probes);
private:
// Computes a bayesian estimate of the throughput given acks containing

Powered by Google App Engine
This is Rietveld 408576698