Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getNoDelay
Method
getNoDelay
base/poco/Net/src/SocketImpl.cpp:839–844 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
837
838
839
bool SocketImpl::getNoDelay()
840
{
841
int value(0);
842
getOption(IPPROTO_TCP, TCP_NODELAY, value);
843
return value != 0;
844
}
845
846
847
void SocketImpl::setKeepAlive(bool flag)
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected