Versions in this module Expand all Collapse all v0 v0.0.7 Oct 17, 2022 Changes in this version + type TcpDialer struct + Control func(network, address string, c syscall.RawConn) error + KeepAlive time.Duration + Timeout time.Duration + func (d *TcpDialer) Dial(uri url.URL, proxy *url.URL) (net.Conn, error) + func (d *TcpDialer) DialContext(ctx context.Context, uri url.URL, proxy_uri *url.URL) (net.Conn, error)