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

Issue 1962303002: Added cluster id to PacedSender::Callback::TimeToSendPacket. (Closed)

Created:
4 years, 7 months ago by philipel
Modified:
4 years, 7 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added cluster id to PacedSender::Callback::TimeToSendPacket. Also added cluster id to paced_sender::Packet and set the cluster id of the probing packet that is about to be sent. BUG=webrtc:5859 R=danilchap@webrtc.org, stefan@webrtc.org Committed: https://crrev.com/29dca2ce9599f16cd7931a90cdfabb4a5a6092f1 Cr-Commit-Position: refs/heads/master@{#12718}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Cluster id no longer a member of paced_sender::Packet. #

Total comments: 6

Patch Set 3 : Feedback fixes. #

Patch Set 4 : No longer use default argument in overloaded function. #

Patch Set 5 : Rebase #

Total comments: 4

Patch Set 6 : Addded probing cluster unittest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -63 lines) Patch
M webrtc/modules/pacing/bitrate_prober.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.h View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.cc View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download
M webrtc/modules/pacing/paced_sender_unittest.cc View 1 2 3 4 5 19 chunks +80 lines, -42 lines 0 comments Download
M webrtc/modules/pacing/packet_router.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/pacing/packet_router.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/pacing/packet_router_unittest.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/packet_sender.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 27 (10 generated)
philipel
4 years, 7 months ago (2016-05-10 14:38:40 UTC) #2
danilchap
What is the plan for cluster_id? where do you plan to use it? https://codereview.webrtc.org/1962303002/diff/1/webrtc/modules/pacing/bitrate_prober.cc File ...
4 years, 7 months ago (2016-05-10 15:31:39 UTC) #3
philipel
The cluster id is suppose to be saved in the SendTimeHistory class so when then ...
4 years, 7 months ago (2016-05-11 09:39:16 UTC) #4
danilchap
https://codereview.webrtc.org/1962303002/diff/20001/webrtc/modules/pacing/paced_sender.cc File webrtc/modules/pacing/paced_sender.cc (left): https://codereview.webrtc.org/1962303002/diff/20001/webrtc/modules/pacing/paced_sender.cc#oldcode117 webrtc/modules/pacing/paced_sender.cc:117: const Packet& packet = *prio_queue_.top(); Restore const& https://codereview.webrtc.org/1962303002/diff/20001/webrtc/modules/pacing/paced_sender.cc File ...
4 years, 7 months ago (2016-05-11 09:58:52 UTC) #5
philipel
https://codereview.webrtc.org/1962303002/diff/20001/webrtc/modules/pacing/paced_sender.cc File webrtc/modules/pacing/paced_sender.cc (left): https://codereview.webrtc.org/1962303002/diff/20001/webrtc/modules/pacing/paced_sender.cc#oldcode117 webrtc/modules/pacing/paced_sender.cc:117: const Packet& packet = *prio_queue_.top(); On 2016/05/11 09:58:52, danilchap ...
4 years, 7 months ago (2016-05-11 14:19:05 UTC) #6
danilchap
lgtm
4 years, 7 months ago (2016-05-11 14:27:10 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1962303002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1962303002/60001
4 years, 7 months ago (2016-05-12 11:25:21 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_gn_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_gn_rel/builds/11066) linux_baremetal on ...
4 years, 7 months ago (2016-05-12 11:26:32 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1962303002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1962303002/80001
4 years, 7 months ago (2016-05-12 11:37:40 UTC) #13
stefan-webrtc
https://codereview.webrtc.org/1962303002/diff/80001/webrtc/modules/pacing/bitrate_prober.cc File webrtc/modules/pacing/bitrate_prober.cc (right): https://codereview.webrtc.org/1962303002/diff/80001/webrtc/modules/pacing/bitrate_prober.cc#newcode79 webrtc/modules/pacing/bitrate_prober.cc:79: bitrate_log << cluster.max_probe_packets << ") "; Let's merge these ...
4 years, 7 months ago (2016-05-12 11:43:46 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/13246)
4 years, 7 months ago (2016-05-12 11:52:16 UTC) #16
philipel
https://codereview.webrtc.org/1962303002/diff/80001/webrtc/modules/pacing/bitrate_prober.cc File webrtc/modules/pacing/bitrate_prober.cc (right): https://codereview.webrtc.org/1962303002/diff/80001/webrtc/modules/pacing/bitrate_prober.cc#newcode79 webrtc/modules/pacing/bitrate_prober.cc:79: bitrate_log << cluster.max_probe_packets << ") "; On 2016/05/12 11:43:46, ...
4 years, 7 months ago (2016-05-12 12:43:42 UTC) #17
stefan-webrtc
lgtm
4 years, 7 months ago (2016-05-12 13:39:46 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1962303002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1962303002/100001
4 years, 7 months ago (2016-05-12 13:52:58 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-12 15:53:46 UTC) #23
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/29dca2ce9599f16cd7931a90cdfabb4a5a6092f1 Cr-Commit-Position: refs/heads/master@{#12718}
4 years, 7 months ago (2016-05-13 09:13:20 UTC) #26
philipel
4 years, 7 months ago (2016-05-13 09:13:21 UTC) #27
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
29dca2ce9599f16cd7931a90cdfabb4a5a6092f1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698