Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 254 Bytes

File metadata and controls

15 lines (10 loc) · 254 Bytes

icmp_traceroute

My implementation of traceroute

how to compile:

make

how to run:

./traceroute 8.8.8.8

how to clean compiled files:

make clean

how to clean compiled files and delete executable file:

make distclean