Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getReceiveTimeout
Method
getReceiveTimeout
base/poco/Net/src/SocketImpl.cpp:659–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
657
658
659
Poco::Timespan SocketImpl::getReceiveTimeout()
660
{
661
return _recvTimeout;
662
}
663
664
665
void SocketImpl::setSendThrottler(const Poco::Net::ThrottlerPtr & throttler)
Callers
4
connect
Method · 0.45
getMaxTimeoutOrLimit
Method · 0.45
setReceiveTimeout
Method · 0.45
assign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected