Skip to content

openex27/Ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Ping

Ping using ICMP(echo) implement by Golang


Step 1:

compile golang code

  • go build Ping.go (you need install golang first)

Step 2:

Run Binary Program

Usage

Ping [domain] [Package Size] [Count]

  • domain: Designation trace domain
  • Package Size: ICMP date size (Does not include IP headers and ICMP headers 20 + 8) 
  • Count: Trace times

About

Implement plain Ping by Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages