1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 19:24:14 +08:00

label timeout error from reuseport/poll

This commit is contained in:
Jeromy
2015-04-28 14:48:28 -07:00
parent 194dc2bf7b
commit 6f510b322e

View File

@ -4,6 +4,6 @@ var errTimeout = &timeoutError{}
type timeoutError struct{}
func (e *timeoutError) Error() string { return "i/o timeout" }
func (e *timeoutError) Error() string { return "i/o timeout (reuseport poll)" }
func (e *timeoutError) Timeout() bool { return true }
func (e *timeoutError) Temporary() bool { return true }