Documentation ¶
Index ¶
- func New() (*VNet, *VNet)
- type VNet
- func (c *VNet) Close() error
- func (c *VNet) LocalAddr() net.Addr
- func (c *VNet) Read(b []byte) (int, error)
- func (c *VNet) RemoteAddr() net.Addr
- func (c *VNet) SetDeadline(t time.Time) error
- func (c *VNet) SetReadDeadline(t time.Time) error
- func (c *VNet) SetWriteDeadline(t time.Time) error
- func (c *VNet) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VNet ¶
type VNet struct {
// contains filtered or unexported fields
}
func (*VNet) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.