I am sending UDP packets from one PC to another. I am watching the the whole activity using Wire Shark. I notice that for some time there is smooth transmission of packets from
The reason this occurs is that there is no process on the receiver that waiting on that port.
You need to have a client, that has a socket open, and has done the bind() to that port.