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

Issue 2254733005: Only use payload size within the receive/send interval for bitrate probing. (Closed)

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

Description

Only use payload size within the know send/receive interval for probing calculations. BUG=webrtc:5859 Committed: https://crrev.com/0561bdf8338aa58f164b7d82d75368d9777c2684 Cr-Commit-Position: refs/heads/master@{#13889}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Keep track of unique send times. #

Total comments: 3

Patch Set 3 : Keep track of the size of the last/first sent/receive packet. #

Total comments: 10

Patch Set 4 : Fix comments. #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -28 lines) Patch
M webrtc/modules/congestion_controller/probe_bitrate_estimator.h View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator.cc View 1 2 3 4 4 chunks +38 lines, -27 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_bitrate_estimator_unittest.cc View 1 2 3 4 5 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (17 generated)
philipel
4 years, 4 months ago (2016-08-18 15:32:48 UTC) #2
danilchap
How real is the problem you are solving here? (bug is too generic and doesn't ...
4 years, 4 months ago (2016-08-18 19:29:09 UTC) #3
Irfan
What triggers multiple sequence numbers to be inserted ?
4 years, 4 months ago (2016-08-18 20:42:31 UTC) #5
philipel
danilchap@: Pretty much reimplemented the fix, so I didn't respond to your comments. irfan@: We ...
4 years, 4 months ago (2016-08-19 13:08:13 UTC) #6
danilchap
https://codereview.webrtc.org/2254733005/diff/20001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc File webrtc/modules/congestion_controller/probe_bitrate_estimator.cc (right): https://codereview.webrtc.org/2254733005/diff/20001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc#newcode61 webrtc/modules/congestion_controller/probe_bitrate_estimator.cc:61: cluster->send_times_ms.insert(packet_info.send_time_ms); why is it needed? https://codereview.webrtc.org/2254733005/diff/20001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc#newcode67 webrtc/modules/congestion_controller/probe_bitrate_estimator.cc:67: if (cluster->send_times_ms.size() ...
4 years, 4 months ago (2016-08-19 14:08:31 UTC) #9
philipel
4 years, 4 months ago (2016-08-22 12:53:58 UTC) #11
danilchap
lgtm https://codereview.webrtc.org/2254733005/diff/40001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc File webrtc/modules/congestion_controller/probe_bitrate_estimator.cc (right): https://codereview.webrtc.org/2254733005/diff/40001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc#newcode50 webrtc/modules/congestion_controller/probe_bitrate_estimator.cc:50: int payload_size = packet_info.payload_size * 8; may be ...
4 years, 4 months ago (2016-08-22 13:53:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2254733005/60001
4 years, 4 months ago (2016-08-22 14:06:28 UTC) #15
philipel
https://codereview.webrtc.org/2254733005/diff/40001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc File webrtc/modules/congestion_controller/probe_bitrate_estimator.cc (right): https://codereview.webrtc.org/2254733005/diff/40001/webrtc/modules/congestion_controller/probe_bitrate_estimator.cc#newcode50 webrtc/modules/congestion_controller/probe_bitrate_estimator.cc:50: int payload_size = packet_info.payload_size * 8; On 2016/08/22 13:53:35, ...
4 years, 4 months ago (2016-08-22 14:06:40 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/7589)
4 years, 4 months ago (2016-08-22 14:42:20 UTC) #18
Irfan
Suggest updating issue subject since this CL is no more about "Keep track of insert ...
4 years, 4 months ago (2016-08-22 17:22:08 UTC) #19
stefan-webrtc
lgtm
4 years, 4 months ago (2016-08-23 16:22:34 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2254733005/60001
4 years, 4 months ago (2016-08-23 16:23:54 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 4 months ago (2016-08-23 18:24:22 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2254733005/80001
4 years, 4 months ago (2016-08-24 08:25:37 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: mac_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_baremetal/builds/13605)
4 years, 4 months ago (2016-08-24 08:29:31 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2254733005/100001
4 years, 4 months ago (2016-08-24 08:42:21 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-24 10:44:00 UTC) #34
commit-bot: I haz the power
4 years, 4 months ago (2016-08-24 10:44:08 UTC) #36
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0561bdf8338aa58f164b7d82d75368d9777c2684
Cr-Commit-Position: refs/heads/master@{#13889}

Powered by Google App Engine
This is Rietveld 408576698