kvm-guest-drivers-windows
kvm-guest-drivers-windows copied to clipboard
Does virtio-vsock support udp now?
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); }