[libvirt] [PATCH v3 05/13] Implement keepalive protocol in libvirt daemon

Daniel P. Berrange berrange at redhat.com
Tue Oct 18 09:35:10 UTC 2011


On Wed, Oct 12, 2011 at 07:16:23AM +0200, Jiri Denemark wrote:
> ---
> Notes:
>     Version 3:
>     - keepalive_supported configuration option can be used to refuse
>       connections from clients that do not support keepalive protocol
>     - explain what keepalive_interval = -1 means
>     - start up the keepalive protocol when a client asks if we support
>       it (clients without keepalive support do not ask for it)
>     - add filters to the end of the list so that they are processed
>       in the same order they were added (and not in reverse order); as
>       a result of that the keepalive filter will always be the first one
>       and libvirtd will not send keepalive requests while client is
>       sending stream packets
>     
>     Version 2:
>     - no change
> 
>  daemon/libvirtd.aug          |    5 ++
>  daemon/libvirtd.c            |   15 +++++
>  daemon/libvirtd.conf         |   22 +++++++
>  daemon/libvirtd.h            |    1 +
>  daemon/remote.c              |   48 ++++++++++++++-
>  src/libvirt_private.syms     |    2 +
>  src/remote/remote_protocol.x |    2 +-
>  src/rpc/virnetserver.c       |   22 +++++++
>  src/rpc/virnetserver.h       |    5 ++
>  src/rpc/virnetserverclient.c |  143 ++++++++++++++++++++++++++++++++++++++---
>  src/rpc/virnetserverclient.h |    7 ++
>  11 files changed, 259 insertions(+), 13 deletions(-)

ACK


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list