MCPcopy Create free account
hub / github.com/apache/thrift / setSendTimeout

Method setSendTimeout

lib/cpp/src/thrift/transport/TServerSocket.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void TServerSocket::setSendTimeout(int sendTimeout) {
241 sendTimeout_ = sendTimeout;
242}
243
244void TServerSocket::setRecvTimeout(int recvTimeout) {
245 recvTimeout_ = recvTimeout;

Callers 1

acceptImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected