Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PrepareSocket
Function
PrepareSocket
library/cpp/neh/https.cpp:362–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
static inline void PrepareSocket(SOCKET s) {
363
SetNoDelay(s, true);
364
}
365
366
class TConnCache;
367
static TConnCache* ConnectionCache();
Callers
2
Connect
Method · 0.70
DoRun
Method · 0.70
Calls
1
SetNoDelay
Function · 0.85
Tested by
no test coverage detected