STALE_TIME
now_stale = EPOCH - STALE_TIME;
now_stale = now.tv_sec - STALE_TIME;
del_redirects(bad_gate, now.tv_sec-STALE_TIME);
#define STALE(ptr) ((abs((ptr)->timein - timenow) >= STALE_TIME) || \