MAXHOPS
%token MAXHOPS MAXPATHS VARIANCE FIBPRIORITY_INT FIBPRIORITY_EXT
| MAXHOPS NUMBER {
{"maximum-hops", MAXHOPS},
if (qno > MAXHOPS) qno = MAXHOPS;
hops = MAXHOPS;
for (hops = 1, nexthop = 1; hops <= MAXHOPS; ++hops) {
struct tr_resp r[MAXHOPS]; /* Per-hop reports */
char names[MAXHOPS][40];
int reset[MAXHOPS]; /* To get around 3.4 bug, ... */
int swaps[MAXHOPS]; /* To get around 3.6 bug, ... */