MCPcopy 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

ConnectMethod · 0.70
DoRunMethod · 0.70

Calls 1

SetNoDelayFunction · 0.85

Tested by

no test coverage detected