]> Git Repo - qemu.git/blobdiff - qapi/sockets.json
Merge commit 'df84f17' into HEAD
[qemu.git] / qapi / sockets.json
index fc81d8d5e8b91390064f5e56e91dcf925e78312a..32375f3a361eed6c1f6defa85083a73e1e320920 100644 (file)
@@ -53,6 +53,9 @@
 #
 # @ipv6: whether to accept IPv6 addresses, default try both IPv4 and IPv6
 #
+# @keep-alive: enable keep-alive when connecting to this socket. Not supported
+#              for passive sockets. (Since 4.2)
+#
 # Since: 1.3
 ##
 { 'struct': 'InetSocketAddress',
@@ -61,7 +64,8 @@
     '*numeric':  'bool',
     '*to': 'uint16',
     '*ipv4': 'bool',
-    '*ipv6': 'bool' } }
+    '*ipv6': 'bool',
+    '*keep-alive': 'bool' } }
 
 ##
 # @UnixSocketAddress:
This page took 0.023293 seconds and 4 git commands to generate.