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

Issue 1217463004: Fix active tcp port to 9 (Closed)

Created:
5 years, 6 months ago by guoweis_webrtc
Modified:
5 years, 1 month ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix active tcp port to 9 In tcp only call: Tested with hangout. Tested with firefox. To test firefox, goto about:config, search for media.peerconnection.ice.tcp and turn it on. Existing test case should be suffice to cover this. R=juberti@google.com TBR=jubert@webrtc.org BUG=webrtc:3849 Committed: https://crrev.com/310b093aa41d00be744b6f4bce77fbb657a80096 Cr-Commit-Position: refs/heads/master@{#10683}

Patch Set 1 #

Patch Set 2 : use const definition #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : add test cases. #

Patch Set 5 : add comments. #

Total comments: 1

Patch Set 6 : move the verification closer to test case. #

Patch Set 7 : make sure it's tcp candidate #

Patch Set 8 : be explicit about their types. #

Total comments: 3

Patch Set 9 : address comment. #

Total comments: 2

Patch Set 10 : address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -10 lines) Patch
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +26 lines, -6 lines 0 comments Download
M webrtc/p2p/base/tcpport.cc View 1 2 3 4 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
guoweis_webrtc
PTAL.
5 years, 1 month ago (2015-11-06 21:06:06 UTC) #2
juberti
On 2015/11/06 21:06:06, guoweis wrote: > PTAL. code LG. Test?
5 years, 1 month ago (2015-11-07 07:38:22 UTC) #6
pthatcher1
https://codereview.webrtc.org/1217463004/diff/40001/webrtc/p2p/base/tcpport.cc File webrtc/p2p/base/tcpport.cc (right): https://codereview.webrtc.org/1217463004/diff/40001/webrtc/p2p/base/tcpport.cc#newcode188 webrtc/p2p/base/tcpport.cc:188: AddAddress(rtc::SocketAddress(ip(), DISCARD_PORT), Can you please leave a comment explaining ...
5 years, 1 month ago (2015-11-11 20:06:24 UTC) #7
guoweis_webrtc
P2PTransportChannelTest.TestTcpConnectionsFromActiveToPassive exercises the code path.
5 years, 1 month ago (2015-11-13 19:55:04 UTC) #8
juberti
Suggest adding the code to that specific test instead, to keep the main test body ...
5 years, 1 month ago (2015-11-14 01:09:28 UTC) #10
guoweis_webrtc
On 2015/11/14 01:09:28, juberti wrote: > Suggest adding the code to that specific test instead, ...
5 years, 1 month ago (2015-11-16 23:43:21 UTC) #12
juberti
https://codereview.webrtc.org/1217463004/diff/160001/webrtc/p2p/base/p2ptransportchannel_unittest.cc File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/1217463004/diff/160001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode656 webrtc/p2p/base/p2ptransportchannel_unittest.cc:656: std::vector<CandidateData*>::iterator it = ed->saved_candidates_.begin(); can this be done as ...
5 years, 1 month ago (2015-11-17 02:01:05 UTC) #13
guoweis_webrtc
Addressed these. PTAL.
5 years, 1 month ago (2015-11-17 18:48:33 UTC) #14
juberti
https://codereview.webrtc.org/1217463004/diff/180001/webrtc/p2p/base/p2ptransportchannel_unittest.cc File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): https://codereview.webrtc.org/1217463004/diff/180001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode655 webrtc/p2p/base/p2ptransportchannel_unittest.cc:655: for (auto& it : GetEndpoint(endpoint)->saved_candidates_) { |it| is probably ...
5 years, 1 month ago (2015-11-17 21:48:03 UTC) #15
guoweis_webrtc
On 2015/11/17 21:48:03, juberti wrote: > https://codereview.webrtc.org/1217463004/diff/180001/webrtc/p2p/base/p2ptransportchannel_unittest.cc > File webrtc/p2p/base/p2ptransportchannel_unittest.cc (right): > > https://codereview.webrtc.org/1217463004/diff/180001/webrtc/p2p/base/p2ptransportchannel_unittest.cc#newcode655 > ...
5 years, 1 month ago (2015-11-17 21:59:38 UTC) #16
juberti
lgtm
5 years, 1 month ago (2015-11-18 01:30:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1217463004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1217463004/200001
5 years, 1 month ago (2015-11-18 01:31:44 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/1796)
5 years, 1 month ago (2015-11-18 01:35:38 UTC) #21
guoweis_webrtc
Committed patchset #10 (id:200001) manually as 310b093aa41d00be744b6f4bce77fbb657a80096 (presubmit successful).
5 years, 1 month ago (2015-11-18 03:16:02 UTC) #23
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 03:16:04 UTC) #24
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/310b093aa41d00be744b6f4bce77fbb657a80096
Cr-Commit-Position: refs/heads/master@{#10683}

Powered by Google App Engine
This is Rietveld 408576698