| 444 | } |
| 445 | |
| 446 | int connSendTimeout(connection *conn, long long ms) { |
| 447 | return anetSendTimeout(NULL, conn->fd, ms); |
| 448 | } |
| 449 | |
| 450 | int connRecvTimeout(connection *conn, long long ms) { |
| 451 | return anetRecvTimeout(NULL, conn->fd, ms); |
no test coverage detected