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

Method SetNoDelay

util/network/socket.h:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 }
328
329 inline void SetNoDelay(bool value) {
330 ::SetNoDelay(Fd(), value);
331 }
332
333 inline void SetLinger(bool on, unsigned len) {
334 ::SetLinger(Fd(), on, len);

Callers 3

RequestSettingsMethod · 0.80
RequestSettingsMethod · 0.80
RequestSettingsMethod · 0.80

Calls 2

SetNoDelayFunction · 0.85
FdFunction · 0.85

Tested by

no test coverage detected