TCP broadcasting/Multicasting.. with C#

  • Thread starter Thread starter Patrick Altman
  • Start date Start date
Hi,

I'm writing a server application which uses TCP sockets.
In real time, there would be about 4000 clients connect to this server app.

I need to broadcast a packet regularly to make sure all clients have
up to date info.

Can anyone suggest me how to broadcast a packet to all of the clients
using TCP.

Cheers,

Naveen.
 

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