| 410 | } |
| 411 | |
| 412 | int connSendTimeout(connection *conn, long long ms) { |
| 413 | return anetSendTimeout(NULL, conn->fd, ms); |
| 414 | } |
| 415 | |
| 416 | int connRecvTimeout(connection *conn, long long ms) { |
| 417 | return anetRecvTimeout(NULL, conn->fd, ms); |
no test coverage detected