Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ setSendTimeout
Method
setSendTimeout
lib/cpp/src/thrift/transport/TNonblockingServerSocket.cpp:187–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
void TNonblockingServerSocket::setSendTimeout(int sendTimeout) {
188
sendTimeout_ = sendTimeout;
189
}
190
191
void TNonblockingServerSocket::setRecvTimeout(int recvTimeout) {
192
recvTimeout_ = recvTimeout;
Callers
1
acceptImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected