Documentation
¶
Index ¶
- type GvisorCard
- func (g *GvisorCard) Close() error
- func (g *GvisorCard) DialContext(ctx context.Context, network, address string) (net.Conn, error)
- func (g *GvisorCard) Listen(ctx context.Context, network string, port uint16) (l net.Listener, err error)
- func (g *GvisorCard) Read() (*nic.Packet, error)
- func (g *GvisorCard) Write(p *nic.Packet) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GvisorCard ¶
type GvisorCard struct { Stack *stack.Stack Config nic.Config // contains filtered or unexported fields }
func (*GvisorCard) Close ¶
func (g *GvisorCard) Close() error
func (*GvisorCard) DialContext ¶
Click to show internal directories.
Click to hide internal directories.