I would like to broadcast a message to all machines in my network, so that in turn all machines shld respond to my machine.
broadcasting is possible only in udp (connectionless socket),not in tcp .
can u tell me how can i do it using winsock API.