MIN_GRACE
if (grace_period < MIN_GRACE)
grace_period = MIN_GRACE;
switch (pollret = poll(pollset, npollfds, MIN_GRACE * 1000)) {