}
for (; nfds > 0 && j < i; j++)
if (pfd[j].revents & POLLIN) {
if (pfd[j].revents & POLLIN ||
pfd[j].revents & POLLERR) {
nfds--;
if (client_dispatch(idx2peer[j - idx_peers],
conf->settime) == -1)