Is it possible to run multiple multicast receivers on the same NIC

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using the UdpClient class and get an error when trying to run 2
multicast udpClients on the same machine (i have 1 NIC on my machine) because
a problem to bind to the same port.

i am running on WIN XP SP2.

please help.

Thanks.
 
Yaron,

Well, you will have to bind to two different ports. You can't have more
than one socket bound to the same port. There is no way around that, as far
as I know.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top