mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-06 10:37:29 +00:00
This patch adds a wrapper around the `net.Conn` to include the `CloseRead` and `CloseWrite` implementations. This patch also exposes the `VsockAddr` type, which is similar to `TCPAddr` and `UDPAddr`. Signed-off-by: David Scott <dave.scott@docker.com>