Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
void TServerSocket::setRecvTimeout(int recvTimeout) {
245
recvTimeout_ = recvTimeout;
246
}
247
248
void TServerSocket::setAcceptTimeout(int accTimeout) {
249
accTimeout_ = accTimeout;
Callers
1
acceptImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected