Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getKeepAlive
Method
getKeepAlive
base/poco/Net/src/SocketImpl.cpp:854–859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
852
853
854
bool SocketImpl::getKeepAlive()
855
{
856
int value(0);
857
getOption(SOL_SOCKET, SO_KEEPALIVE, value);
858
return value != 0;
859
}
860
861
862
void SocketImpl::setReuseAddress(bool flag)
Callers
9
close
Method · 0.45
run
Method · 0.45
HTTPClientSession.cpp
File · 0.45
assign
Method · 0.45
HTTPServerSession
Method · 0.45
setResponseDefaultHeaders
Function · 0.45
run
Method · 0.45
drainRequestIfNeeded
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36