DC_MAX_HDRS
#define DC_HASH(d, n, l) (((d) + (n)[0] + (n)[(l)-1] + (l)) & (DC_MAX_HDRS-1))
static cache_t *dc_hash[DC_MAX_HDRS];