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

Issue 2714503002: Perform probing on network route change. (Closed)

Created:
3 years, 10 months ago by philipel
Modified:
3 years, 9 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Perform probing on network route change. BUG=webrtc:7208 Review-Url: https://codereview.webrtc.org/2714503002 Cr-Commit-Position: refs/heads/master@{#17096} Committed: https://chromium.googlesource.com/external/webrtc/+/cb9ba301f0651a58dfa20c9fea0333d69f5b2fbf

Patch Set 1 #

Total comments: 2

Patch Set 2 : Clear SendTimeHistory #

Patch Set 3 : Reset fix. #

Patch Set 4 : Re-added const to |probe_controller_|. #

Total comments: 4

Patch Set 5 : Rebase Format #

Patch Set 6 : Rebase #

Patch Set 7 : SendTimeHistoryTest.Clear fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -13 lines) Patch
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_controller.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_controller.cc View 1 2 3 4 2 chunks +16 lines, -12 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (14 generated)
philipel
3 years, 10 months ago (2017-02-22 13:44:38 UTC) #2
stefan-webrtc
Looks good, but I have a question... https://codereview.webrtc.org/2714503002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc File webrtc/modules/congestion_controller/congestion_controller.cc (right): https://codereview.webrtc.org/2714503002/diff/1/webrtc/modules/congestion_controller/congestion_controller.cc#newcode235 webrtc/modules/congestion_controller/congestion_controller.cc:235: transport_feedback_adapter_.SetMinBitrate(min_bitrate_bps); Reading ...
3 years, 10 months ago (2017-02-22 14:38:00 UTC) #4
philipel
I realized that reconstructing the ProbeController was not thread safe since there is no lock ...
3 years, 10 months ago (2017-02-23 11:57:02 UTC) #5
philipel
PTAL
3 years, 9 months ago (2017-03-07 10:33:14 UTC) #6
stefan-webrtc
https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc File webrtc/modules/congestion_controller/probe_controller.cc (right): https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc#newcode54 webrtc/modules/congestion_controller/probe_controller.cc:54: Reset(); I think indentation is wrong here. https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc#newcode192 webrtc/modules/congestion_controller/probe_controller.cc:192: ...
3 years, 9 months ago (2017-03-07 12:16:55 UTC) #7
philipel
https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc File webrtc/modules/congestion_controller/probe_controller.cc (right): https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc#newcode192 webrtc/modules/congestion_controller/probe_controller.cc:192: mid_call_probing_waiting_for_result_ = false; On 2017/03/07 12:16:55, stefan-webrtc wrote: > ...
3 years, 9 months ago (2017-03-07 13:09:13 UTC) #8
stefan-webrtc
lgtm
3 years, 9 months ago (2017-03-07 13:11:06 UTC) #9
stefan-webrtc
https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc File webrtc/modules/congestion_controller/probe_controller.cc (right): https://codereview.webrtc.org/2714503002/diff/60001/webrtc/modules/congestion_controller/probe_controller.cc#newcode192 webrtc/modules/congestion_controller/probe_controller.cc:192: mid_call_probing_waiting_for_result_ = false; On 2017/03/07 13:09:13, philipel wrote: > ...
3 years, 9 months ago (2017-03-07 13:11:26 UTC) #11
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/2714503002/60001
3 years, 9 months ago (2017-03-07 13:11:27 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/2714503002/80001
3 years, 9 months ago (2017-03-07 13:15:56 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios_arm64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_dbg/builds/18319) linux_libfuzzer_rel on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 9 months ago (2017-03-07 13:18:46 UTC) #18
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/2714503002/100001
3 years, 9 months ago (2017-03-07 13:31:16 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x86_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x86_dbg/builds/12210) android_rel on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 9 months ago (2017-03-07 13:34:42 UTC) #23
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/2714503002/120001
3 years, 9 months ago (2017-03-07 14:03:02 UTC) #26
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 14:31:04 UTC) #29
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/cb9ba301f0651a58dfa20c9fe...

Powered by Google App Engine
This is Rietveld 408576698