MCPcopy Create free account
hub / github.com/XTLS/Go / netDialer

Method netDialer

tls.go:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func (d *Dialer) netDialer() *net.Dialer {
201 if d.NetDialer != nil {
202 return d.NetDialer
203 }
204 return new(net.Dialer)
205}
206
207// DialContext connects to the given network address and initiates a TLS
208// handshake, returning the resulting TLS connection.

Callers 1

DialContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected