dialer

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: GPL-3.0 Imports: 10 Imported by: 29

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultOptions     []Option
	DefaultInterface   = atomic.NewString("")
	DefaultRoutingMark = atomic.NewInt32(0)
)

Functions

func DialContext

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

func ListenPacket

func ListenPacket(ctx context.Context, network, address string, options ...Option) (net.PacketConn, error)

Types

type Option added in v1.7.0

type Option func(opt *option)

func WithAddrReuse added in v1.7.0

func WithAddrReuse(reuse bool) Option

func WithFallbackBind added in v1.15.0

func WithFallbackBind(fallback bool) Option

func WithInterface added in v1.7.0

func WithInterface(name string) Option

func WithRoutingMark added in v1.8.0

func WithRoutingMark(mark int) Option

Jump to

Keyboard shortcuts

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