Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ setKeepAlive
Method
setKeepAlive
base/poco/Net/src/SocketImpl.cpp:847–851 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
845
846
847
void SocketImpl::setKeepAlive(bool flag)
848
{
849
int value = flag ? 1 : 0;
850
setOption(SOL_SOCKET, SO_KEEPALIVE, value);
851
}
852
853
854
bool SocketImpl::getKeepAlive()
Callers
15
run
Method · 0.45
sendErrorResponse
Method · 0.45
HTTPClientSession.cpp
File · 0.45
proxyConnect
Method · 0.45
prepareSubmit
Method · 0.45
connect
Method · 0.45
createThriftHiveMetastoreClient
Method · 0.45
processOptionsRequest
Function · 0.45
requestNonce
Method · 0.45
doJWSRequest
Method · 0.45
cancelImpl
Method · 0.45
cancelWithException
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected