qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] nbd: enable keepalive
@ 2019-06-05 10:09 Vladimir Sementsov-Ogievskiy
  2019-06-05 10:09 ` [Qemu-devel] [PATCH 1/2] io/channel: add qio_channel_set_keepalive Vladimir Sementsov-Ogievskiy
  2019-06-05 10:09 ` [Qemu-devel] [PATCH 2/2] nbd-client: enable TCP keepalive Vladimir Sementsov-Ogievskiy
  0 siblings, 2 replies; 16+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2019-06-05 10:09 UTC (permalink / raw)
  To: qemu-devel, qemu-block; +Cc: kwolf, vsementsov, berrange, mreitz, den

Hi all!

Here is a suggestion to enable keepalive option to track server availablity.

Vladimir Sementsov-Ogievskiy (2):
  io/channel: add qio_channel_set_keepalive
  nbd-client: enable TCP keepalive

 include/io/channel.h | 13 +++++++++++++
 block/nbd-client.c   |  1 +
 io/channel-socket.c  | 19 +++++++++++++++++++
 io/channel.c         | 14 ++++++++++++++
 4 files changed, 47 insertions(+)

-- 
2.18.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-06-05 20:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 10:09 [Qemu-devel] [PATCH 0/2] nbd: enable keepalive Vladimir Sementsov-Ogievskiy
2019-06-05 10:09 ` [Qemu-devel] [PATCH 1/2] io/channel: add qio_channel_set_keepalive Vladimir Sementsov-Ogievskiy
2019-06-05 14:38   ` Eric Blake
2019-06-05 16:07     ` Daniel P. Berrangé
2019-06-05 16:02   ` Daniel P. Berrangé
2019-06-05 16:10     ` Vladimir Sementsov-Ogievskiy
2019-06-05 10:09 ` [Qemu-devel] [PATCH 2/2] nbd-client: enable TCP keepalive Vladimir Sementsov-Ogievskiy
2019-06-05 14:39   ` Eric Blake
2019-06-05 14:43     ` Denis V. Lunev
2019-06-05 16:37     ` Daniel P. Berrangé
2019-06-05 17:05       ` Vladimir Sementsov-Ogievskiy
2019-06-05 17:12         ` Eric Blake
2019-06-05 17:28           ` Vladimir Sementsov-Ogievskiy
2019-06-05 17:36             ` Daniel P. Berrangé
2019-06-05 19:48               ` Eric Blake
2019-06-05 20:11                 ` [Qemu-devel] nbd-server-add [was: [PATCH 2/2] nbd-client: enable TCP keepalive] Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).