Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
void SetNoDelay(SOCKET s, bool value) {
330
CheckedSetSockOpt(s, IPPROTO_TCP, TCP_NODELAY, (int)value,
"tcp no delay"
);
331
}
332
333
void SetCloseOnExec(SOCKET s, bool value) {
334
#if defined(_unix_)
Callers
8
SetCommonSockOpts
Function · 0.85
TClientConnection
Method · 0.85
PrepareSocket
Function · 0.85
PrepareSocket
Function · 0.85
TLink
Method · 0.85
DoSendCycle
Method · 0.85
PrepareSocket
Function · 0.85
SetNoDelay
Method · 0.85
Calls
1
CheckedSetSockOpt
Function · 0.85
Tested by
no test coverage detected