Versions in this module Expand all Collapse all v0 v0.0.1 Jun 16, 2020 Changes in this version + const ProtocolNumber + func NewProtocol() stack.TransportProtocol + type EndpointState uint32 + const StateBound + const StateClosed + const StateConnected + const StateInitial + func (s EndpointState) String() string + type Forwarder struct + func NewForwarder(s *stack.Stack, handler func(*ForwarderRequest)) *Forwarder + func (f *Forwarder) HandlePacket(r *stack.Route, id stack.TransportEndpointID, pkt tcpip.PacketBuffer) bool + type ForwarderRequest struct + func (r *ForwarderRequest) CreateEndpoint(queue *waiter.Queue) (tcpip.Endpoint, *tcpip.Error) + func (r *ForwarderRequest) ID() stack.TransportEndpointID