Versions in this module Expand all Collapse all v0 v0.0.1 Jun 16, 2020 Changes in this version + func NewEndpoint(stack *stack.Stack, netProto tcpip.NetworkProtocolNumber, ...) (tcpip.Endpoint, *tcpip.Error) + type EndpointFactory struct + func (EndpointFactory) NewPacketEndpoint(stack *stack.Stack, cooked bool, netProto tcpip.NetworkProtocolNumber, ...) (tcpip.Endpoint, *tcpip.Error) + func (EndpointFactory) NewUnassociatedEndpoint(stack *stack.Stack, netProto tcpip.NetworkProtocolNumber, ...) (tcpip.Endpoint, *tcpip.Error)