> I noticed that some of the temporary error conditions will exit the
> function. You might want to consider using continues in the while
> form.
Thanks for pointing this out.
If the IRC server is configured for low load situations, I'd
prefer not rejecting connections and thus retu
> This change implements multi-accept, based on the idea that
> poll/select can only be efficient, if we succeed in handling
> all available events, i.e. accept all pending connections.
I noticed that some of the temporary error conditions will exit the
function. You might want to co