# Functions
ConstAddrLayer introduces a network layer always passing a constant address to the underlying layer.
CreateNetDialer returns a NetDialer with the given timeout.
MakeConstAddrDialer always passes the same address to the original NetDialer.
MakeConstAddrLayer always passes the same address to the original Layer.
SOCKS5Layer configures a SOCKS5 proxy layer in a DialerChain.
TCPDialer creates a new NetDialer with constant event fields and default connection timeout.
TLSLayer configures the TLS layer in a DialerChain.
UDPDialer creates a new NetDialer with constant event fields and default connection timeout.
# Structs
DialerChain composes builders for multiple network layers, used to build the final transport.Dialer object based on the network layers.