netdial

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DialContext

func DialContext(ctx context.Context, network, address string, opts ...Option) (net.Conn, error)

DialContext dials directly unless ctx carries a SOCKS proxy and network is TCP.

Types

type Option

type Option func(*Options)

Option mutates dial options.

func WithDeadline

func WithDeadline(deadline time.Time) Option

WithDeadline sets the absolute dial deadline.

func WithTimeout

func WithTimeout(timeout time.Duration) Option

WithTimeout sets the connection timeout.

type Options

type Options struct {
	Timeout  time.Duration
	Deadline time.Time
}

Options configures outbound TCP dials.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL