DescriptionFix 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245437
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|