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

Issue 1426673007: Do not delete the turn port entry right away when the respective connection is deleted. (Closed)

Created:
5 years, 1 month ago by honghaiz3
Modified:
5 years, 1 month ago
Reviewers:
pthatcher1
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

Do not delete the turn port entry right away when the respective connection is deleted. BUG=webrtc:5120 Committed: https://crrev.com/e58fe8ef0e6d959f54adee3ed77764927d3845cc Cr-Commit-Position: refs/heads/master@{#10641}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address comments #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : Rebase with head #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -15 lines) Patch
M webrtc/p2p/base/turnport.h View 1 2 3 4 4 chunks +14 lines, -3 lines 0 comments Download
M webrtc/p2p/base/turnport.cc View 1 2 3 4 6 chunks +52 lines, -12 lines 0 comments Download
M webrtc/p2p/base/turnport_unittest.cc View 1 2 3 2 chunks +56 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (16 generated)
honghaiz3
5 years, 1 month ago (2015-11-05 00:06:06 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426673007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426673007/80001
5 years, 1 month ago (2015-11-09 18:16:39 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 1 month ago (2015-11-09 20:16:57 UTC) #12
pthatcher1
https://codereview.webrtc.org/1426673007/diff/80001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/80001/webrtc/p2p/base/turnport.cc#newcode168 webrtc/p2p/base/turnport.cc:168: uint32_t msg_id_ = 0; I think this would be ...
5 years, 1 month ago (2015-11-11 01:08:41 UTC) #13
honghaiz3
PTAL. https://codereview.webrtc.org/1426673007/diff/80001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/80001/webrtc/p2p/base/turnport.cc#newcode168 webrtc/p2p/base/turnport.cc:168: uint32_t msg_id_ = 0; On 2015/11/11 01:08:41, pthatcher1 ...
5 years, 1 month ago (2015-11-11 23:02:55 UTC) #15
pthatcher1
https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc#newcode146 webrtc/p2p/base/turnport.cc:146: } As we discussed, let's try and make this ...
5 years, 1 month ago (2015-11-12 00:40:20 UTC) #16
honghaiz3
https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc#newcode146 webrtc/p2p/base/turnport.cc:146: } On 2015/11/12 00:40:20, pthatcher1 wrote: > As we ...
5 years, 1 month ago (2015-11-12 02:24:04 UTC) #18
pthatcher1
https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc#newcode146 webrtc/p2p/base/turnport.cc:146: } I think we can get two birds with ...
5 years, 1 month ago (2015-11-13 01:59:15 UTC) #19
honghaiz3
https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/120001/webrtc/p2p/base/turnport.cc#newcode146 webrtc/p2p/base/turnport.cc:146: } Revised as we discussed. We can avoid checking ...
5 years, 1 month ago (2015-11-13 22:44:16 UTC) #22
pthatcher1
lgtm with style nits https://codereview.webrtc.org/1426673007/diff/220001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/220001/webrtc/p2p/base/turnport.cc#newcode910 webrtc/p2p/base/turnport.cc:910: TurnEntry* TurnPort::GetOrCreateEntry(const rtc::SocketAddress& addr) { ...
5 years, 1 month ago (2015-11-14 00:30:16 UTC) #23
honghaiz3
https://codereview.webrtc.org/1426673007/diff/220001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/1426673007/diff/220001/webrtc/p2p/base/turnport.cc#newcode910 webrtc/p2p/base/turnport.cc:910: TurnEntry* TurnPort::GetOrCreateEntry(const rtc::SocketAddress& addr) { On 2015/11/14 00:30:16, pthatcher1 ...
5 years, 1 month ago (2015-11-14 01:04:21 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1426673007/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1426673007/260001
5 years, 1 month ago (2015-11-14 01:05:38 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:260001)
5 years, 1 month ago (2015-11-14 01:54:47 UTC) #29
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/e58fe8ef0e6d959f54adee3ed77764927d3845cc Cr-Commit-Position: refs/heads/master@{#10641}
5 years, 1 month ago (2015-11-14 01:54:53 UTC) #30
tommi
5 years, 1 month ago (2015-11-16 12:12:49 UTC) #31
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:260001) has been created in
https://codereview.webrtc.org/1449863002/ by tommi@webrtc.org.

The reason for reverting is: I have to revert this unfortunately because it adds
a dependency on AsyncInvoker, which is not included when building libjingle_nacl
in Chromium.
AsyncInvoker needs to first be added to the list of sources in Chromium..

Powered by Google App Engine
This is Rietveld 408576698