#include "config.h" int par_traceroute = 7; string infile = "./hosts.txt"; string outdir = "../netdata/"; bool traceroute_I = false; bool use_mtr = false; bool be_verbose = false;