Hi,

I was reading about a control for UDP and it said it has a method to blast a message to everyone at once. Does anyone know of a control for TCP that will do that for all connected users instead of looping through and sending the message to each?

I was looking into UDP cause it seemed faster but looks like I may miss some packets and for an online game that may not be too good.

Thanks