[Qemu-devel] [PATCH 0/2] nbd: enable keepalive

Vladimir Sementsov-Ogievskiy posted 2 patches 6 years, 8 months ago
Test s390x failed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190605100913.34972-1-vsementsov@virtuozzo.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eric Blake <eblake@redhat.com>
There is a newer version of this series
include/io/channel.h | 13 +++++++++++++
block/nbd-client.c   |  1 +
io/channel-socket.c  | 19 +++++++++++++++++++
io/channel.c         | 14 ++++++++++++++
4 files changed, 47 insertions(+)
[Qemu-devel] [PATCH 0/2] nbd: enable keepalive
Posted by Vladimir Sementsov-Ogievskiy 6 years, 8 months ago
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