Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getSendTimeout
Method
getSendTimeout
base/poco/Net/src/SocketImpl.cpp:646–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
644
645
646
Poco::Timespan SocketImpl::getSendTimeout()
647
{
648
return _sndTimeout;
649
}
650
651
652
void SocketImpl::setReceiveTimeout(const Poco::Timespan& timeout)
Callers
4
connect
Method · 0.45
getMaxTimeoutOrLimit
Method · 0.45
setSendTimeout
Method · 0.45
assign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected