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

Method setRecvTimeout

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

Source from the content-addressed store, hash-verified

242}
243
244void TServerSocket::setRecvTimeout(int recvTimeout) {
245 recvTimeout_ = recvTimeout;
246}
247
248void TServerSocket::setAcceptTimeout(int accTimeout) {
249 accTimeout_ = accTimeout;

Callers 1

acceptImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected