REQ: AF_VSOCK support
AF_VSOCK is used primarily in virtual machines, this allows the guest and the host to have a socket for inter-vm communications.
currently waypipe will work inside of a qemu vm with vsock however you need to use socat to connect a AF_VSOCK to a port on the guest to be able to use waypipe like this, it would be nice to have AF_VSOCK so we could use waypipe inside of a VM in a generic way.