Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PrepareSocket
Function
PrepareSocket
library/cpp/neh/tcp2.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
const TString emptyReply =
"empty reply"
;
70
71
inline void PrepareSocket(SOCKET s) {
72
SetNoDelay(s, true);
73
}
74
75
typedef ui64 TRequestId;
76
Callers
2
OnConnect
Method · 0.70
OnAccept
Method · 0.70
Calls
1
SetNoDelay
Function · 0.85
Tested by
no test coverage detected