Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2022 Changes in this version + type Config struct + ConnectionTimeout time.Duration + ThrottleRps uint32 + type Dialer interface + Dial func(ctx context.Context, ip utils.IPDesc) (net.Conn, error) + func NewDialer(network string, dialerConfig Config, log logging.Logger) Dialer