Set send timeout on the underlying TSocket.
| 61 | |
| 62 | /// Set send timeout on the underlying TSocket. |
| 63 | void setSendTimeout(int32_t ms) { socket_->setSendTimeout(ms); } |
| 64 | |
| 65 | /// Set connect timeout on the underlying TSocket. |
| 66 | void setConnTimeout(int32_t ms) { socket_->setConnTimeout(ms); } |
no outgoing calls
no test coverage detected