MCPcopy 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
839bool SocketImpl::getNoDelay()
840{
841 int value(0);
842 getOption(IPPROTO_TCP, TCP_NODELAY, value);
843 return value != 0;
844}
845
846
847void SocketImpl::setKeepAlive(bool flag)

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected