• 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
lxc_controller.c 69.3 KB