Support resolution of IPv6 STUN/TURN addresses
<rdar://problem/61106625>
Created attachment 395036 [details] Patch
Created attachment 395041 [details] Patch
Comment on attachment 395041 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395041&action=review > Source/WebCore/platform/network/DNS.h:54 > + struct sockaddr_in6 m_address; It might be better to use a Variant<inet, inet6>, I'll switch to that before landing.
Created attachment 395135 [details] Patch for landing
Created attachment 395138 [details] Patch for landing
Created attachment 395140 [details] Patch for landing
Created attachment 395141 [details] Patch for landing
ChangeLog entry in Source/WebKit/ChangeLog contains OOPS!.
Created attachment 395146 [details] Patch for landing
Added a FIXME for SOUP backend to handle multiple addresses, with potentially both IPv6 and IPv4 addresses.
Committed r259338: <https://trac.webkit.org/changeset/259338> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395146 [details].