Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

SimplePing

Ping with linux raw socket using ICMP(V6)

Build

mkdir build && cd build
cmake ..
make

Run

  • ping google.com sudo ./simpleping google.com
  • ping 127.0.0.1 with ttl=64 sudo ./simpleping 127.0.0.1 64
  • ping ::1 with auto hop limit 3 times sudo ./simpleping ::1 0 3

About

Ping with linux raw socket using ICMP(V6)

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.