SetTCPUserTimeout is a no-op function under non-linux environments.
(net.Conn, time.Duration)
| 65 | |
| 66 | // SetTCPUserTimeout is a no-op function under non-linux environments. |
| 67 | func SetTCPUserTimeout(net.Conn, time.Duration) error { |
| 68 | log() |
| 69 | return nil |
| 70 | } |
| 71 | |
| 72 | // GetTCPUserTimeout is a no-op function under non-linux environments. |
| 73 | // A negative return value indicates the operation is not supported |
no test coverage detected