libvirt/src/rpc
Martin Kletzander a8743c3938 rpc: Remove keepalive_required option
Since its introduction in 2011 (particularly in commit f4324e3292),
the option doesn't work.  It just effectively disables all incoming
connections.  That's because the client private data that contain the
'keepalive_supported' boolean, are initialized to zeroes so the bool is
false and the only other place where the bool is used is when checking
whether the client supports keepalive.  Thus, according to the server,
no client supports keepalive.

Removing this instead of fixing it is better because a) apparently
nobody ever tried it since 2011 (4 years without one month) and b) we
cannot know whether the client supports keepalive until we get a ping or
pong keepalive packet.  And that won't happen until after we dispatched
the ConnectOpen call.

Another two reasons would be c) the keepalive_required was tracked on
the server level, but keepalive_supported was in private data of the
client as well as the check that was made in the remote layer, thus
making all other instances of virNetServer miss this feature unless they
all implemented it for themselves and d) we can always add it back in
case there is a request and a use-case for it.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2015-08-10 13:15:56 +02:00
..
gendispatch.pl Teach gendispatch how to handle admin dispatching files 2015-06-16 13:46:20 +02:00
genprotocol.pl Add support for portable-rpcgen from portablexdr library 2015-07-08 14:34:38 +02:00
gensystemtap.pl
virkeepalive.c
virkeepalive.h
virkeepaliveprotocol.x
virnetclient.c rpc: allow selection of TCP address family 2015-06-11 12:11:18 +01:00
virnetclient.h rpc: allow selection of TCP address family 2015-06-11 12:11:18 +01:00
virnetclientprogram.c
virnetclientprogram.h
virnetclientstream.c rpc: Fix slow volume download (virsh vol-download) 2015-08-03 13:08:00 +02:00
virnetclientstream.h
virnetdaemon.c rpc: Rework timerActive logic in daemon 2015-07-10 11:13:29 +02:00
virnetdaemon.h rpc: Add virNetDaemonHasClients 2015-07-10 10:50:22 +02:00
virnetmessage.c
virnetmessage.h
virnetprotocol.x
virnetsaslcontext.c
virnetsaslcontext.h
virnetserver.c rpc: Remove keepalive_required option 2015-08-10 13:15:56 +02:00
virnetserver.h rpc: Remove keepalive_required option 2015-08-10 13:15:56 +02:00
virnetserverclient.c rpc: Don't use unrelated value as privateData of client 2015-06-05 13:48:05 +02:00
virnetserverclient.h
virnetservermdns.c mdns: Set error when failing due to missing avahi 2015-06-05 13:41:35 +02:00
virnetservermdns.h
virnetserverprogram.c
virnetserverprogram.h Move daemon-related parts of virNetServer to virNetDaemon 2015-06-16 13:46:19 +02:00
virnetserverservice.c virNetServerServiceClose: Don't leak sockets 2015-06-19 11:19:50 +02:00
virnetserverservice.h rpc: allow selection of TCP address family 2015-06-11 12:11:18 +01:00
virnetsocket.c rpc: ensure daemon is spawn even if dead socket exists 2015-07-17 12:46:43 +01:00
virnetsocket.h rpc: add API for checking IPv4/6 availability 2015-06-11 12:11:18 +01:00
virnetsshsession.c
virnetsshsession.h
virnettlscontext.c
virnettlscontext.h