Chromium Code Reviews

Issue 1544003002: Delete a connection after it is pruned or becomes write_timeout (Closed)

Created:
5 years ago by honghaiz3
Modified:
4 years, 11 months 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

Don't delete an ICE connection until it has been pruned or timed out on writing in the case where it hasn't received anything yet. Deleting an ICE connection before it is pruned or timed out when it hasn't received anything yet leads to ICE connections being deleted before they have a chance to send a ping and receive a response. BUG= Committed: https://crrev.com/37389b42b4f42c49583b5fa187611cdb6dcd67b4 Cr-Commit-Position: refs/heads/master@{#11151}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Address comments #

Total comments: 2

Patch Set 3 : Fix comments #

Unified diffs Side-by-side diffs Stats (+29 lines, -11 lines)
M webrtc/p2p/base/port.cc View 1 chunk +19 lines, -8 lines 0 comments
M webrtc/p2p/base/port_unittest.cc View 1 chunk +10 lines, -3 lines 0 comments

Messages

Total messages: 15 (7 generated)
honghaiz3
4 years, 11 months ago (2015-12-29 17:48:45 UTC) #3
pthatcher1
I think the CL description could be described better. Perhaps something like: Don't delete an ...
4 years, 11 months ago (2015-12-30 17:12:29 UTC) #4
honghaiz3
PTAL. Thanks! https://codereview.webrtc.org/1544003002/diff/20001/webrtc/p2p/base/port.cc File webrtc/p2p/base/port.cc (right): https://codereview.webrtc.org/1544003002/diff/20001/webrtc/p2p/base/port.cc#newcode1135 webrtc/p2p/base/port.cc:1135: } On 2015/12/30 17:12:28, pthatcher1 wrote: > ...
4 years, 11 months ago (2015-12-30 19:38:18 UTC) #6
pthatcher1
lgtm, with nit https://codereview.webrtc.org/1544003002/diff/40001/webrtc/p2p/base/port.cc File webrtc/p2p/base/port.cc (right): https://codereview.webrtc.org/1544003002/diff/40001/webrtc/p2p/base/port.cc#newcode1144 webrtc/p2p/base/port.cc:1144: // if it has never received ...
4 years, 11 months ago (2016-01-05 00:11:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1544003002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1544003002/60001
4 years, 11 months ago (2016-01-05 04:21:35 UTC) #10
honghaiz3
https://codereview.webrtc.org/1544003002/diff/40001/webrtc/p2p/base/port.cc File webrtc/p2p/base/port.cc (right): https://codereview.webrtc.org/1544003002/diff/40001/webrtc/p2p/base/port.cc#newcode1144 webrtc/p2p/base/port.cc:1144: // if it has never received anything and it ...
4 years, 11 months ago (2016-01-05 04:23:01 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 11 months ago (2016-01-05 05:57:40 UTC) #13
commit-bot: I haz the power
4 years, 11 months ago (2016-01-05 05:57:53 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/37389b42b4f42c49583b5fa187611cdb6dcd67b4
Cr-Commit-Position: refs/heads/master@{#11151}

Powered by Google App Engine