kvm-guest-drivers-windows icon indicating copy to clipboard operation
kvm-guest-drivers-windows copied to clipboard

Does virtio-vsock support udp now?

Open xuehuihui opened this issue 2 years ago • 0 comments

Discussed in https://github.com/virtio-win/kvm-guest-drivers-windows/discussions/871

Originally posted by xuehuihui January 11, 2023 Is it possible to support it in the future?

The following code creates socket that returns the invalid socket SOCKET sSocket = INVALID_SOCKET; if (g_channel == VSock) { ADDRESS_FAMILY family = ViosockGetAF(); sSocket = socket(family, SOCK_DGRAM, 0); }

xuehuihui avatar Jan 12 '23 02:01 xuehuihui