Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have multiple Ethernet Interfaces, I need to broadcast with all those interfaces, The interfaces can be connected to different networks. Please help me with the complete C++ code in Windows OS.
Posted
Updated 25-Mar-13 23:42pm
v2

1 solution

You should create UDP socket for each NIC and bind to every adapter.
See my answer here:
UDP broadcast on multiple ethernet interfaces/adapters[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900