MCPcopy Create free account
hub / github.com/XTLS/REALITY / Temporary

Method Temporary

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

Source from the content-addressed store, hash-verified

576func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
577func (timeoutError) Timeout() bool { return true }
578func (timeoutError) Temporary() bool { return true }
579
580// DialWithDialer connects to the given network address using dialer.Dial and
581// then initiates a TLS handshake, returning the resulting TLS connection. Any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected