golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.98k stars 17.67k forks source link

x/sys/unix: add AF_VSOCK, SockaddrVM, etc on Linux #19434

Closed mdlayher closed 7 years ago

mdlayher commented 7 years ago

I'd like to implement Linux AF_VSOCK sockets, which enable using the BSD sockets API to communicate between virtual machines and their hypervisor.

Assigning to me. I should be able to have a CL ready in the next couple of days.

gopherbot commented 7 years ago

CL https://golang.org/cl/37937 mentions this issue.