在 WinHTTP 中设置 IP 首选项 (c++)
我有一个在 Windows 7 上使用 WinHTTP 的代码。
我遇到的问题是,当用户尝试使用 IPv6 地址(已禁用)时,与特定主机名的连接需要很长时间。
我想配置连接(可能是 WinHttpConnect 参数)以首先尝试 IPv4。
有没有办法设置地址绑定顺序?
I have a code that is using WinHTTP on Windows 7.
The problem i'm experiencing is that the connction to specific hostname takes a long time when the user tries to use an IPv6 address (that is disabled).
I want to configure the connection (maybe WinHttpConnect parametrs) to try IPv4 first.
Is there a way to set the address binding order?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是:你不能这样做。
请参阅指定 Winhttp 必须使用哪个网卡/连接
The answer is: You cannot do this.
See Specify which Network Card/Connection Winhttp Must Use