Implement TCP support in ChromiumPacketSocketFactory |
||
Issue descriptionVersion: 51.0.2697.0 OS: Linux What steps will reproduce the problem? (1) Connect to remoting host using webrtc. What do you see instead? [0401/164657:FATAL:chromium_socket_factory.cc(402)] Check failed: false.
,
Apr 2 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ae912cd1b889cdfdc5cd85d4878e929dc7d6b3e2 commit ae912cd1b889cdfdc5cd85d4878e929dc7d6b3e2 Author: sergeyu <sergeyu@chromium.org> Date: Sat Apr 02 01:42:25 2016 Replace NOTREACHED() with NOTIMPLEMENTED() for TCP sockets in ChromiumPacketSocketFactory. Previously chromoting host wasn't using TCP. Now it may use it for WebRTC-based connections. Replaced NOTREACHED() with NOTIMPLEMENTED(), so Debug builds don't crash until TCP support is implemented. BUG=600032 Review URL: https://codereview.chromium.org/1846133003 Cr-Commit-Position: refs/heads/master@{#384780} [modify] https://crrev.com/ae912cd1b889cdfdc5cd85d4878e929dc7d6b3e2/remoting/protocol/chromium_socket_factory.cc
,
Apr 4 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by sergeyu@chromium.org
, Apr 2 2016