@cryptotaxi247 / kubo / commits / 6f510b322

label timeout error from reuseport/poll

Jeromy committed Apr 28, 2015 at 14:48 UTC 6f510b322e656f99c528229bcda98b0574b06976
1 file changed +1 -1
Godeps/_workspace/src/github.com/jbenet/go-reuseport/poll/error.go
+1 -1
@@ -4,6 +4,6 @@ var errTimeout = &timeoutError{}
4
5 type timeoutError struct{}
6
7 -func (e *timeoutError) Error() string { return "i/o timeout" }
7 +func (e *timeoutError) Error() string { return "i/o timeout (reuseport poll)" }
8 func (e *timeoutError) Timeout() bool { return true }
9 func (e *timeoutError) Temporary() bool { return true }