A simple Windows console application that performs the basic functions of ping command by ICMP Echo Request and Echo Reply messages.
const int COUNT = 4;
const int TIMEOUT_IN_SEC = 3;
COUNT - how many requests will be send to the host.
TIMEOUT_IN_SEC - how long the response will be expected.