Documentation
¶
Overview ¶
Package netx contains network extensions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetryingDialer ¶
RetryingDialer is a dialer where we retry dialing for a fixed number of attempts to increase reliability.
func (*RetryingDialer) DialContext ¶
func (rd *RetryingDialer) DialContext( ctx context.Context, network, address string, ) (conn net.Conn, err error)
DialContext will dial for a specific network and address using the specified context.
Click to show internal directories.
Click to hide internal directories.