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

Unified Diff: webrtc/modules/pacing/paced_sender.cc

Issue 2999073002: Tweaked version of BBR for WebRTC. (Closed)
Patch Set: Fixed compilation errors. Created 3 years, 4 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/pacing/paced_sender.cc
diff --git a/webrtc/modules/pacing/paced_sender.cc b/webrtc/modules/pacing/paced_sender.cc
index acfcd1fbffc98dcf94eddb90966fe3b353dd7c84..8c39f863c299d32bacee25f77737e8596cca3679 100644
--- a/webrtc/modules/pacing/paced_sender.cc
+++ b/webrtc/modules/pacing/paced_sender.cc
@@ -37,7 +37,7 @@ const int64_t kMaxIntervalTimeMs = 30;
} // namespace
-// TODO(sprang): Move at least PacketQueue out to separate
+// TODO(sprang): Move at least PacketQueue and MediaBudget out to separate
philipel 2017/08/17 12:52:26 revert
gnish1 2017/08/17 15:37:48 Done.
// files, so that we can more easily test them.
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698