Skip to content

chrj/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ICMP echo (ping) in Go

As a small exercise, I implemented ICMP echo using the golang.org/x/net/icmp and golang.org/x/net/ipv[46] packages.

Notes

  • Timestamps are encoded in the data part of of the echo packet
  • Error handling needs improvement
  • Still work in progress

About

ICMP Echo (ping) in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages