package
28.0.1+incompatible
Repository: https://github.com/moby/docker.git
Documentation: pkg.go.dev

# Functions

NewSCTPProxy creates a new SCTPProxy.
NewTCPProxy creates a new TCPProxy.
NewUDPProxy creates a new UDPProxy.

# Constants

UDPBufSize is the buffer size for the UDP proxy.
UDPConnTrackTimeout is the timeout used for UDP connection tracking.

# Structs

No description provided by the author
SCTPProxy is a proxy for SCTP connections.
TCPProxy is a proxy for TCP connections.
UDPProxy is proxy for which handles UDP datagrams.

# Interfaces

Proxy defines the behavior of a proxy.