Home
last modified time | relevance | path

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

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