MAX_QUERIES
while (accepts < MAX_QUERIES) {
if (++rejects > MAX_QUERIES) {
r = poll(pfd, 1, 1000 * MAX_DELAY / MAX_QUERIES);