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

Issue 288923014: Send SignalClose to the clients of P2PSocket, if TCP socket is failed to (Closed)

Created:
6 years, 7 months ago by Mallinath (Gone from Chromium)
Modified:
6 years, 7 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, darin-cc_chromium.org, jam, miu+watch_chromium.org
Visibility:
Public.

Description

Send SignalClose to the clients of P2PSocket, if TCP socket is failed to establish connection with remote endpoint. If we don't send signal, TCP based cricket::Port(s) think they are still connecting. BUG=https://code.google.com/p/webrtc/issues/detail?id=3249 R=sergeyu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271138

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M content/renderer/p2p/ipc_socket_factory.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mallinath (Gone from Chromium)
6 years, 7 months ago (2014-05-16 22:32:56 UTC) #1
Sergey Ulanov
https://codereview.chromium.org/288923014/diff/1/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/288923014/diff/1/content/renderer/p2p/ipc_socket_factory.cc#newcode477 content/renderer/p2p/ipc_socket_factory.cc:477: if (state_ == IS_OPENING && IsTcpClientSocket(type_)) { Do you ...
6 years, 7 months ago (2014-05-16 23:03:21 UTC) #2
Mallinath (Gone from Chromium)
https://codereview.chromium.org/288923014/diff/1/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/288923014/diff/1/content/renderer/p2p/ipc_socket_factory.cc#newcode477 content/renderer/p2p/ipc_socket_factory.cc:477: if (state_ == IS_OPENING && IsTcpClientSocket(type_)) { On 2014/05/16 ...
6 years, 7 months ago (2014-05-16 23:34:57 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/288923014/diff/20001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/288923014/diff/20001/content/renderer/p2p/ipc_socket_factory.cc#newcode477 content/renderer/p2p/ipc_socket_factory.cc:477: if (state_ == IS_OPENING) { Should we also SignalClose() ...
6 years, 7 months ago (2014-05-16 23:49:57 UTC) #4
Mallinath (Gone from Chromium)
https://codereview.chromium.org/288923014/diff/20001/content/renderer/p2p/ipc_socket_factory.cc File content/renderer/p2p/ipc_socket_factory.cc (right): https://codereview.chromium.org/288923014/diff/20001/content/renderer/p2p/ipc_socket_factory.cc#newcode477 content/renderer/p2p/ipc_socket_factory.cc:477: if (state_ == IS_OPENING) { On 2014/05/16 23:49:57, Sergey ...
6 years, 7 months ago (2014-05-16 23:58:46 UTC) #5
Sergey Ulanov
lgtm
6 years, 7 months ago (2014-05-17 00:00:25 UTC) #6
Mallinath (Gone from Chromium)
The CQ bit was checked by mallinath@chromium.org
6 years, 7 months ago (2014-05-17 00:08:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mallinath@chromium.org/288923014/40001
6 years, 7 months ago (2014-05-17 00:09:29 UTC) #8
Mallinath (Gone from Chromium)
6 years, 7 months ago (2014-05-17 01:27:06 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r271138 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698