package
0.14.0-openmesh
Repository: https://github.com/openmesh/kit.git
Documentation: pkg.go.dev

# Functions

Exponential takes a duration and returns another one that is twice as long, +/- 50%.
NewDefaultManager is a helper constructor, suitable for most normal use in real (non-test) code.
NewManager returns a connection manager using the passed Dialer, network, and address.

# Variables

ErrConnectionUnavailable is returned by the Manager's Write method when the manager cannot yield a good connection.

# Structs

Manager manages a net.Conn.

# Type aliases

AfterFunc imitates time.After.
Dialer imitates net.Dial.