relayMaxRedirectHops top-level constant

int const relayMaxRedirectHops

The redirect-hop cap (issue #792 AC4): a chain longer than this is a loop — named 502. Shared by the hop policy and the bad-hop rejection so the cap is defined once.

Implementation

const relayMaxRedirectHops = 5;