如何在Windows中将套接字绑定到设备?

发布于 2024-08-16 06:21:09 字数 120 浏览 5 评论 0原文

我的电脑上有相同的网卡。所有卡都有相同的IP。我需要将套接字绑定到特定的卡。在linux中我可以使用标志SO_BINDTODEVICE。我如何在 Windows 中做到这一点。

PS 这需要 UDP 套接字。

I have same network cards in computer. All cards has identical IP. I need to bind socket to specific card. In linux I can use flag SO_BINDTODEVICE. How I can do this in windows.

P.S. This needed for UDP sockets.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

挖鼻大婶 2024-08-23 06:21:09

我在这里回答了类似的问题: 使用Windows 中套接字的特定网络接口

AFIK:在 Windows XP 和 Windows Server 2003 IP4 中,我相信您不能,但对于 IP6,您可以。对于 Windows Vista 和 Windows 2008,您可以(某些情况除外)。

希望有帮助

I answered a similar question here: Using a specific network interface for a socket in windows

AFIK: in Windows XP and Windows Server 2003 IP4 I believe you can't, but for IP6 you can. And for Windows Vista and Windows 2008 you can (except for certain circumstances).

Hope that helps

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