MCPcopy 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
854bool SocketImpl::getKeepAlive()
855{
856 int value(0);
857 getOption(SOL_SOCKET, SO_KEEPALIVE, value);
858 return value != 0;
859}
860
861
862void SocketImpl::setReuseAddress(bool flag)

Callers 9

closeMethod · 0.45
runMethod · 0.45
assignMethod · 0.45
HTTPServerSessionMethod · 0.45
runMethod · 0.45
drainRequestIfNeededFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36