CentBrowser Forum

Full Version: 如何开启ipv6选项
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://test-ipv6.com/index.html.zh_CN
测试
您的浏览器有一个真正能用的IPv6地址 - 但它在避免使用它。我们对此表示关注

找了下开启ipv6的方法: https://superuser.com/questions/449620/i...ing-chrome
发现自己chrome://net-internals/dns#dns
没有ipv6开启按钮

[img=0x32]http://test-ipv6.com/images/hires_attention.png[/img]
Chrome里面的机制是同时并发两个连接测试ipv6和ipv4协议,哪个数据包先返回就用哪个,但实际情况经常是ipv4反而快一些,所以优先用了ipv4。
没有手动开启ipv6的方法,可以加个启动命令行--cb-ipv6-fallback-timeout-ms来设置ipv6超时(就是在这个时间内如果ipv6和ipv4数据包都未返回则直接使用ipv4),把数值设大一些试试,比如--cb-ipv6-fallback-timeout-ms=10000