# 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.