mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
336 stars 65 forks source link

vsock: expose Conn and Listener types #28

Closed mdlayher closed 5 years ago

mdlayher commented 5 years ago

If we expose Conn, we can still implement net.Conn, but also add more methods that can shut down the read or write ends of the socket, configure socket options, etc.