MCPcopy
hub / github.com/XTLS/REALITY / netDialer

Method netDialer

tls.go:674–679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

672}
673
674func (d *Dialer) netDialer() *net.Dialer {
675 if d.NetDialer != nil {
676 return d.NetDialer
677 }
678 return new(net.Dialer)
679}
680
681// DialContext connects to the given network address and initiates a TLS
682// handshake, returning the resulting TLS connection.

Callers 1

DialContextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected