package
0.29.0
Repository: https://github.com/celthi/gsnova.git
Documentation: pkg.go.dev

# Functions

Dial is like DialTimeout using a default timeout of 1 minute.
DialContext dials the given addr on the given net type using the configured dial function, with the given context.
DialTimeout dials the given addr on the given net type using the configured dial function, timing out after the given timeout.
No description provided by the author
No description provided by the author
OverrideDial overrides the global dial function.
No description provided by the author
No description provided by the author
OverrideResolve overrides the global resolve function.
Reset resets netx to its default settings.
Resolve resolves the given tcp address using the configured resolve function.