# Functions
NewProxy creates a Proxy according to the specified frontendAddr and backendAddr.
NewStubProxy creates a new StubProxy.
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.
# Interfaces
Proxy defines the behavior of a proxy.