Versions in this module Expand all Collapse all v0 v0.21.2 Aug 27, 2025 Changes in this version + func GetAvailableLocalAddress() string + func HostPortFromAddr(endpoint string) (host string, port int, err error) + func WaitForEndpoint(endpoint string) + type TCPProxy struct + func NewProxy(destHostPort string) *TCPProxy + func (p *TCPProxy) ClientToServerBytes() int + func (p *TCPProxy) IncomingEndpoint() string + func (p *TCPProxy) ServerToClientBytes() int + func (p *TCPProxy) Start() error + func (p *TCPProxy) Stop()