 Documentation
      ¶
      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
      ¶
      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. | 
| Package tcpconntrack implements a TCP connection tracking object. | Package tcpconntrack implements a TCP connection tracking object. | 
| 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.