CGW_MIN_HOPS
max_hops = clamp_t(unsigned int, max_hops, CGW_MIN_HOPS, CGW_MAX_HOPS);
"(valid values: " __stringify(CGW_MIN_HOPS) "-"