• M
    RPC: Don't accept client if it would overcommit max_clients · 2737aaaf
    Michal Privoznik 提交于
    Currently, even if max_client limit is hit, we accept() incoming
    connection request, but close it immediately. This has disadvantage of
    not using listen() queue. We should accept() only those clients we
    know we can serve and let all other wait in the (limited) queue.
    2737aaaf
virnetserver.c 35.6 KB