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

Method Timeout

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

Source from the content-addressed store, hash-verified

575
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected