]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Define keepalive protocol
authorJiri Denemark <jdenemar@redhat.com>
Thu, 22 Sep 2011 10:51:55 +0000 (12:51 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 24 Nov 2011 10:44:08 +0000 (11:44 +0100)
commit4acd358a76d14f3123e017348446e1e90266cc9e
tree967f22c6da2d71e08894c4dcbed193f2ed5369a7
parent2afc5a7bbfae78377c6f4a4d078be0e4eaaae733
Define keepalive protocol

The keepalive program has two procedures: PING, and PONG.
Both are used only in asynchronous messages and the sender doesn't wait
for any reply. However, the party which receives PING messages is
supposed to react by sending PONG message the other party, but no
explicit binding between PING and PONG messages is made. For backward
compatibility neither server nor client are allowed to send keepalive
messages before checking that remote party supports them.
.gitignore
src/Makefile.am
src/rpc/virkeepaliveprotocol.x [new file with mode: 0644]