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

Function ConnectI

library/cpp/coroutine/engine/network.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 int ConnectI(TCont* cont, TSocketHolder& s, const TNetworkAddress& addr) noexcept {
245 return ConnectD(cont, s, addr, TInstant::Max());
246 }
247
248 int ConnectD(TCont* cont, SOCKET s, const struct sockaddr* name, socklen_t namelen, TInstant deadline) noexcept {
249 if (connect(s, name, namelen)) {

Callers 1

DoSendCycleMethod · 0.85

Calls 2

ConnectDFunction · 0.85
MaxFunction · 0.50

Tested by

no test coverage detected