Fix host STUN. Use talk_base::AsyncResolver.
StunRequest requires the AsyncResolver object produced by the configured SocketFactory to resolve the address of the STUN server before it can send the STUN requests. ChromiumSocketFactory currently produces DummyAsyncResolver, which doesn't do any resolving. The fix is to provide Libjingle's talk_base::AsyncResolver. BUG=333958 Review URL: https://codereview.chromium.org/141083007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245437 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment