在 WinHTTP 中设置 IP 首选项 (c++)

发布于 2024-09-12 14:52:40 字数 166 浏览 4 评论 0原文

我有一个在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

和我恋爱吧 2024-09-19 14:52:40

答案是:你不能这样做。

请参阅指定 Winhttp 必须使用哪个网卡/连接

The answer is: You cannot do this.

See Specify which Network Card/Connection Winhttp Must Use

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文