Documentation
¶
Overview ¶
Source code from: https://github.com/linuxkit/virtsock/tree/master/pkg/vsock
Index ¶
- func ContextID() (uint32, error)
- func Listen(cid, port uint32) (net.Listener, error)
- func NewVSock(s string, d proxy.Dialer, p proxy.Proxy) (*vsock, error)
- func NewVSockDialer(s string, d proxy.Dialer) (proxy.Dialer, error)
- func NewVSockServer(s string, p proxy.Proxy) (proxy.Server, error)
- func SocketMode(m string)
- type Addr
- type Conn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVSockDialer ¶
NewVSockDialer returns a vm socket dialer.
func NewVSockServer ¶
NewVSockServer returns a vm socket server.
Types ¶
Click to show internal directories.
Click to hide internal directories.