Home
last modified time | relevance | path

Searched refs:timeoutError (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dtls.go87 type timeoutError struct{} struct
89 func (timeoutError) Error() string { return "tls: DialWithDialer timed out" } argument
90 func (timeoutError) Timeout() bool { return true } argument
91 func (timeoutError) Temporary() bool { return true } argument
118 errChannel <- timeoutError{}