Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

device is not enable IPv6, why? #31

Open
masteage opened this issue Jan 12, 2016 · 2 comments
Open

device is not enable IPv6, why? #31

masteage opened this issue Jan 12, 2016 · 2 comments

Comments

@masteage
Copy link

i386 , x86_64 is "checking whether to enable IPv6... yes"
armv7 , arm64 is "checking whether to enable IPv6... no"

@masteage
Copy link
Author

solution is - "DEFAULT_PROTOCOLS" add "ipv6" => true

@reasten
Copy link

reasten commented Feb 7, 2017

I have done exactly you told me to do. STILL DOES'NT WORK!!! In the file "./lib/curl_builder.rb", I set "DEFAULT_PROTOCOLS" "ipv6" => true. Under IPV6 environments, features=829d(the lowest bit is 1, meaning ipv6 is set to 1) while running on simulators ;features=829c,(the lowest bit is 0, meaning ipv6 is set to 0) while running on iphone device. curl return error. Please help!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants