Hi... I have written a UDP client and server program (both in one application) which resides in the same computer. The server's ip is 192.168.2.2 and its port is 1001. The client's ip is also 192.168.2.2 and of course it will send data to 1001. The server is able to receive data from the client perfectly. Next, I tried to send UDP broadcast packet from another computer. This time, the server is...


