]> xenbits.xensource.com Git - libvirt.git/commit
Introduce max_queued_clients
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Jul 2013 12:45:38 +0000 (14:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 5 Aug 2013 09:03:01 +0000 (11:03 +0200)
commit1199edb1d4e3ebbc691bd32d3519a3b662225420
treed0a0a882a6aee782d65b1d0107d101838b5db07d
parent2737aaafe953fc63c3387aa3ecc540b0f44c735c
Introduce max_queued_clients

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);
daemon/libvirtd-config.c
daemon/libvirtd-config.h
daemon/libvirtd.aug
daemon/libvirtd.c
daemon/libvirtd.conf
src/locking/lock_daemon.c
src/lxc/lxc_controller.c
src/rpc/virnetserverservice.c
src/rpc/virnetserverservice.h