diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 21:21:33 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 21:21:33 +0000 |
commit | a9ade0199b38ab36640e9a1ee08793f7a1a3d95f (patch) | |
tree | 972d7fef9bf1b3e36f511b8a09354856126f38c8 /remoting/jingle_glue | |
parent | 658959349622d3350a4cdaebac6bc3a1a02c58ec (diff) | |
download | chromium_src-a9ade0199b38ab36640e9a1ee08793f7a1a3d95f.zip chromium_src-a9ade0199b38ab36640e9a1ee08793f7a1a3d95f.tar.gz chromium_src-a9ade0199b38ab36640e9a1ee08793f7a1a3d95f.tar.bz2 |
Disable TCP temporarily to workaround crbug.com/80245.
BUG=80245
TEST=None
Review URL: http://codereview.chromium.org/7005015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/jingle_glue')
-rw-r--r-- | remoting/jingle_glue/jingle_client.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/jingle_glue/jingle_client.cc b/remoting/jingle_glue/jingle_client.cc index c2f9cd7..ce11780 100644 --- a/remoting/jingle_glue/jingle_client.cc +++ b/remoting/jingle_glue/jingle_client.cc @@ -222,6 +222,10 @@ void JingleClient::DoInitialize() { cricket::PORTALLOCATOR_DISABLE_RELAY); } + // TODO(sergeyu): Reenable TCP when 80245 is fixed. + port_allocator_->set_flags( + port_allocator_->flags() | cricket::PORTALLOCATOR_DISABLE_TCP); + // TODO(ajwong): The strategy needs a "start" command or something. Right // now, Init() implicitly starts processing events. Thus, we must have the // other fields of JingleClient initialized first, otherwise the state-change |