CGW_MAX_HOPS
max_hops = clamp_t(unsigned int, max_hops, CGW_MIN_HOPS, CGW_MAX_HOPS);
__stringify(CGW_MAX_HOPS) " hops, "