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

Method Timeout

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

Source from the content-addressed store, hash-verified

101
102func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
103func (timeoutError) Timeout() bool { return true }
104func (timeoutError) Temporary() bool { return true }
105
106// 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