linuxkit / virtsock

Go bindings for virtio and Hyper-V sockets
Other
87 stars 29 forks source link

Update Linux vsock package #28

Closed rn closed 7 years ago

rn commented 7 years ago

The golang.org/x/sys/unix package recently got support for AF_VSOCK. Use it for the vsock package and, while at it, clean up the code a bit.

Also update the LinuxKit example and add instructions on how to run it on macOS