Set receive timeout on the underlying TSocket.
| 58 | |
| 59 | /// Set receive timeout on the underlying TSocket. |
| 60 | void setRecvTimeout(int32_t ms) { socket_->setRecvTimeout(ms); } |
| 61 | |
| 62 | /// Set send timeout on the underlying TSocket. |
| 63 | void setSendTimeout(int32_t ms) { socket_->setSendTimeout(ms); } |
no outgoing calls
no test coverage detected