RELAY_MAXHOSTS
if ((idx = p % rlt->rlt_nhosts) >= RELAY_MAXHOSTS)
if (rlt->rlt_nhosts >= RELAY_MAXHOSTS)
struct host *rlt_host[RELAY_MAXHOSTS];