How do I send packets to as many computers as possible on the internet?

asja2097

New member
Joined
Feb 10, 2009
Messages
1
Reaction score
0
Points
1
Does using Broadcast like this:

IPEndPoint remoteEP = new IPEndPoint( IPAddress.Broadcast, remotePort );

do this? i.e. is it theoretically able to send the packet to every computer on the internet, since my understanding of Broadcast is that it is routed to all computers to which the receiver is connected to.
 
Back
Top