package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Packages

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

# Type aliases

Layer is a configured network layer, wrapping any lower-level network layers.
NetDialer provides the most low-level network layer for setting up a network connection.