Documentation ¶
Overview ¶
Package transport supports transport protocols.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatagramEndpointState ¶
type DatagramEndpointState tcpip.EndpointState
DatagramEndpointState is the state of a datagram-based endpoint.
const ( DatagramEndpointStateInitial DatagramEndpointState DatagramEndpointStateBound DatagramEndpointStateConnected DatagramEndpointStateClosed )
The states a datagram-based endpoint may be in.
func (DatagramEndpointState) String ¶
func (s DatagramEndpointState) String() string
String implements fmt.Stringer.
Directories ¶
Path | Synopsis |
---|---|
Package icmp contains the implementation of the ICMP and IPv6-ICMP transport protocols for use in ping.
|
Package icmp contains the implementation of the ICMP and IPv6-ICMP transport protocols for use in ping. |
internal
|
|
network
Package network provides facilities to support tcpip.Endpoints that operate at the network layer or above.
|
Package network provides facilities to support tcpip.Endpoints that operate at the network layer or above. |
noop
Package noop contains an endpoint that implements all tcpip.Endpoint functions as noops.
|
Package noop contains an endpoint that implements all tcpip.Endpoint functions as noops. |
Package packet provides the implementation of packet sockets (see packet(7)).
|
Package packet provides the implementation of packet sockets (see packet(7)). |
Package raw provides the implementation of raw sockets (see raw(7)).
|
Package raw provides the implementation of raw sockets (see raw(7)). |
Package tcp contains the implementation of the TCP transport protocol.
|
Package tcp contains the implementation of the TCP transport protocol. |
test/e2e
Package e2e contains definitions common to all e2e tcp tests.
|
Package e2e contains definitions common to all e2e tcp tests. |
testing/context
Package context provides a test context for use in tcp tests.
|
Package context provides a test context for use in tcp tests. |
Package tcpconntrack implements a TCP connection tracking object.
|
Package tcpconntrack implements a TCP connection tracking object. |
testing
|
|
context
Package context provides a context used by datagram-based network endpoints tests.
|
Package context provides a context used by datagram-based network endpoints tests. |
Package udp contains the implementation of the UDP transport protocol.
|
Package udp contains the implementation of the UDP transport protocol. |
Click to show internal directories.
Click to hide internal directories.