Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ setSendTimeout
Method
setSendTimeout
base/poco/Net/src/SocketImpl.cpp:639–643 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
638
639
void SocketImpl::setSendTimeout(const Poco::Timespan& timeout)
640
{
641
setOption(SOL_SOCKET, SO_SNDTIMEO, timeout);
642
_sndTimeout = timeout;
643
}
644
645
646
Poco::Timespan SocketImpl::getSendTimeout()
Callers
15
setTimeout
Method · 0.45
connect
Method · 0.45
main
Method · 0.45
main
Method · 0.45
createServers
Method · 0.45
createInterserverServers
Method · 0.45
startServers
Method · 0.45
executeFourLetterCommand
Method · 0.45
createThriftHiveMetastoreClient
Method · 0.45
TimeoutSetter
Method · 0.45
reset
Method · 0.45
writeImpl
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36