af-inet / icmp-echo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 81.6%Language:Makefile 18.4%