]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/qemu-sockets.c
nbd sockets vnc: Mark problematic address family tests TODO
[mirror_qemu.git] / util / qemu-sockets.c
index 40164bf6813d8d04a60c1a066f5b9eaa0d016d17..9b7368113c8e6f56f29b4ced5326a1d2d5bde67b 100644 (file)
@@ -1154,6 +1154,10 @@ int socket_dgram(SocketAddress *remote, SocketAddress *local, Error **errp)
 {
     int fd;
 
+    /*
+     * TODO SOCKET_ADDRESS_KIND_FD when fd is AF_INET or AF_INET6
+     * (although other address families can do SOCK_DGRAM, too)
+     */
     switch (remote->type) {
     case SOCKET_ADDRESS_KIND_INET:
         fd = inet_dgram_saddr(remote->u.inet.data,