How bind socket to device in windows?

2020-07-22 17:16发布

问题:

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.

回答1:

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