On 17 August 2017 at 12:18, Jord van der Elst <[email protected]> wrote:
> HI all,
>
> On the BOINC forums a user asks the following:
> ***
> Has anyone tried using BOINC in a NAT64+DNS64 network? I've moved my laptop
> to such network (after previously using it in IPv4-only and dual-stack
> Internet-connected networks), and nothing seems to work
Charlie,
The client has this code in it:
#ifdef __APPLE__
// cURL 7.19.7 with c-ares 1.7.0 did not fall back to IPv4 when IPv6
// DNS lookup failed on Macs with certain default settings if connected
// to the Internet by an AT&T U-Verse 2-Wire Gateway. This work-around
// may not be needed any more for cURL 7.21.7, but keep it to be safe.
curl_easy_setopt(curlEasy, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
#endif
Now that there seems to be IPv6-only networks perhaps that workaround needs
to be reconsidered.
-Juha
_______________________________________________
boinc_dev mailing list
[email protected]
https://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.