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.
 
Back
Top