CIRCULAR_BUFSIZE
static int svc_pending_fds[CIRCULAR_BUFSIZE+1]; /* fds with pending data */
if (svc_next_pending > CIRCULAR_BUFSIZE)
if (svc_last_pending > CIRCULAR_BUFSIZE)