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

Issue 2755553003: Ignore packets sent on old network route when receiving feedback. (Closed)

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

Description

Ignore packets sent on old network route when receiving feedback. BUG=webrtc:7347 R=philipel@webrtc.org Review-Url: https://codereview.webrtc.org/2755553003 . Cr-Commit-Position: refs/heads/master@{#17243} Committed: https://chromium.googlesource.com/external/webrtc/+/9ea46b52864d57d943347b27015f7689f2d00dec

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -74 lines) Patch
M webrtc/call/call.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 3 chunks +11 lines, -6 lines 0 comments Download
M webrtc/modules/congestion_controller/include/congestion_controller.h View 2 chunks +5 lines, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 5 chunks +19 lines, -6 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/send_time_history.h View 1 chunk +1 line, -5 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history.cc View 2 chunks +3 lines, -15 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/send_time_history_unittest.cc View 1 4 chunks +23 lines, -27 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h View 1 4 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (6 generated)
stefan-webrtc
3 years, 9 months ago (2017-03-15 10:17:41 UTC) #2
philipel
https://codereview.webrtc.org/2755553003/diff/1/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2755553003/diff/1/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode51 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:51: send_time_history_.AddAndRemoveOld(PacketFeedback( I know it's more of a refactoring task, ...
3 years, 9 months ago (2017-03-15 10:38:37 UTC) #5
stefan-webrtc
Comments addressed.
3 years, 9 months ago (2017-03-15 10:50:50 UTC) #8
stefan-webrtc
https://codereview.webrtc.org/2755553003/diff/1/webrtc/modules/congestion_controller/transport_feedback_adapter.cc File webrtc/modules/congestion_controller/transport_feedback_adapter.cc (right): https://codereview.webrtc.org/2755553003/diff/1/webrtc/modules/congestion_controller/transport_feedback_adapter.cc#newcode51 webrtc/modules/congestion_controller/transport_feedback_adapter.cc:51: send_time_history_.AddAndRemoveOld(PacketFeedback( On 2017/03/15 10:38:37, philipel wrote: > I know ...
3 years, 9 months ago (2017-03-15 10:51:39 UTC) #9
philipel
lgtm
3 years, 9 months ago (2017-03-15 11:38:46 UTC) #10
stefan-webrtc
3 years, 9 months ago (2017-03-15 11:40:31 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
9ea46b52864d57d943347b27015f7689f2d00dec (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698