Skip to content
/ Ping Public

A simple Windows console application that performs the basic functions of ping command by ICMP Echo Request and Echo Reply messages.

License

Notifications You must be signed in to change notification settings

iishutov/Ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Ping for Windows

A simple Windows console application that performs the basic functions of ping command by ICMP Echo Request and Echo Reply messages.

Parameters

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.

Example of working

image

About

A simple Windows console application that performs the basic functions of ping command by ICMP Echo Request and Echo Reply messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages