binding a socket to a particular interface?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all! I have two network connections, both of which have the same destination address - the only thing that distinguishes them is the interface. I also have two processes: process 1 may only use connection 1, and process 2 may only use connection 2. Is there any way I can ensure that my outbound socket connects via a particular interface? I can't leave it to windows to decide which way to route the connections. Any help would be greatly appreciated! Thanks, Gary