Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages