Home
last modified time | relevance | path

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

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