Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 221 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 221 Bytes

icmp-echo

A very simple ICMP echo program.

Currently this will only work on MacOS, since the syscall interface for ICMP is not completely standardized.

usage

usage: icmp-echo IP_ADDRESS

build

make