MCPcopy Create free account
hub / github.com/catboost/catboost / SetKeepAlive

Method SetKeepAlive

util/network/socket.h:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 inline void SetKeepAlive(bool value) {
342 ::SetKeepAlive(Fd(), value);
343 }
344
345 inline void SetOutputBuffer(unsigned value) {
346 ::SetOutputBuffer(Fd(), value);

Callers

nothing calls this directly

Calls 2

SetKeepAliveFunction · 0.85
FdFunction · 0.85

Tested by

no test coverage detected