• M
    Introduce max_queued_clients · 1199edb1
    Michal Privoznik 提交于
    This configuration knob lets user to set the length of queue of
    connection requests waiting to be accept()-ed by the daemon. IOW, it
    just controls the @backlog passed to listen:
    
      int listen(int sockfd, int backlog);
    1199edb1
virnetserverservice.h 3.6 KB