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

Issue 1842093002: Add the last_sent_packet_id to the candidate pair change signal (Closed)

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

Description

Add the last_sent_packet_id to the candidate pair change signal so that the call knows which packet ids were sent on the previous candidate pair. Note that packet_id is actually 16bits, so we can use -1 for values that are not set. Also moved the tests for candidate pair changes to TestSelectConnectionBeforeNomination. BUG= R=deadbeef@webrtc.org, pthatcher@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/52dce73fac798e6b5b6b65366882806a6c710301

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Merge with head #

Total comments: 4

Patch Set 3 : Removed the set_last_sent_packet_id method #

Patch Set 4 : Merge with head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -49 lines) Patch
M webrtc/base/networkroute.h View 1 chunk +11 lines, -3 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 17 chunks +48 lines, -31 lines 0 comments Download
M webrtc/p2p/base/transportchannel.h View 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/p2p/quic/quictransportchannel.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/p2p/quic/quictransportchannel.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/pc/channel.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/pc/channel.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M webrtc/pc/channel_unittest.cc View 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
honghaiz3
PTAL.
4 years, 8 months ago (2016-03-30 19:16:00 UTC) #4
pthatcher1
I'd prefer Optional<uint16_t>, but it's not a blocker for the CL. https://codereview.webrtc.org/1842093002/diff/40001/webrtc/base/networkroute.h File webrtc/base/networkroute.h (right): ...
4 years, 8 months ago (2016-03-30 19:34:43 UTC) #7
pthatcher1
On 2016/03/30 19:34:43, pthatcher1 wrote: > I'd prefer Optional<uint16_t>, but it's not a blocker for ...
4 years, 8 months ago (2016-03-30 19:34:54 UTC) #8
honghaiz3
https://codereview.webrtc.org/1842093002/diff/40001/webrtc/base/networkroute.h File webrtc/base/networkroute.h (right): https://codereview.webrtc.org/1842093002/diff/40001/webrtc/base/networkroute.h#newcode24 webrtc/base/networkroute.h:24: int last_sent_packet_id; // Last packet id sent on the ...
4 years, 8 months ago (2016-03-30 19:48:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1842093002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1842093002/60001
4 years, 8 months ago (2016-03-30 20:25:55 UTC) #12
Taylor Brandstetter
https://codereview.webrtc.org/1842093002/diff/60001/webrtc/p2p/base/p2ptransportchannel.h File webrtc/p2p/base/p2ptransportchannel.h (right): https://codereview.webrtc.org/1842093002/diff/60001/webrtc/p2p/base/p2ptransportchannel.h#newcode199 webrtc/p2p/base/p2ptransportchannel.h:199: } Why is this necessary? Can't SendPacket be used ...
4 years, 8 months ago (2016-03-30 21:17:14 UTC) #13
honghaiz3
PTAL. Thanks! https://codereview.webrtc.org/1842093002/diff/60001/webrtc/p2p/base/p2ptransportchannel.h File webrtc/p2p/base/p2ptransportchannel.h (right): https://codereview.webrtc.org/1842093002/diff/60001/webrtc/p2p/base/p2ptransportchannel.h#newcode199 webrtc/p2p/base/p2ptransportchannel.h:199: } On 2016/03/30 21:17:14, Taylor Brandstetter wrote: ...
4 years, 8 months ago (2016-03-30 21:48:09 UTC) #15
Taylor Brandstetter
lgtm
4 years, 8 months ago (2016-03-31 17:20:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1842093002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1842093002/80001
4 years, 8 months ago (2016-03-31 17:45:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1842093002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1842093002/100001
4 years, 8 months ago (2016-03-31 19:05:25 UTC) #22
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/52dce73fac798e6b5b6b65366882806a6c710301 Cr-Commit-Position: refs/heads/master@{#12184}
4 years, 8 months ago (2016-03-31 19:37:45 UTC) #25
honghaiz3
4 years, 8 months ago (2016-03-31 19:37:46 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:100001) manually as
52dce73fac798e6b5b6b65366882806a6c710301 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698