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

Function SetNoDelay

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

Source from the content-addressed store, hash-verified

327}
328
329void SetNoDelay(SOCKET s, bool value) {
330 CheckedSetSockOpt(s, IPPROTO_TCP, TCP_NODELAY, (int)value, "tcp no delay");
331}
332
333void SetCloseOnExec(SOCKET s, bool value) {
334#if defined(_unix_)

Callers 8

SetCommonSockOptsFunction · 0.85
TClientConnectionMethod · 0.85
PrepareSocketFunction · 0.85
PrepareSocketFunction · 0.85
TLinkMethod · 0.85
DoSendCycleMethod · 0.85
PrepareSocketFunction · 0.85
SetNoDelayMethod · 0.85

Calls 1

CheckedSetSockOptFunction · 0.85

Tested by

no test coverage detected