traceroute – a utility to show packet route to host
./traceroute -d <destination ip> -h <max hops> -rt <response timeout>
- Make sure you have
build-essentials
,g++
, andcmake
installed - Run
cmake .
to generate Makefile - Run
make
to build
🚀 Feel free to contribute by opening pull requsts or issues 🚀 Adequate PR and commit names are highly appreciated