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

Function DoConnect

util/network/socket.cpp:706–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706static inline SOCKET DoConnect(const struct addrinfo* res, const TInstant& deadLine) {
707 TSocketHolder ret(DoConnectImpl(res, deadLine));
708
709 SetNonBlock(ret, false);
710
711 return ret.Release();
712}
713
714static inline ssize_t DoSendV(SOCKET fd, const struct iovec* iov, size_t count) {
715 ssize_t ret = -1;

Callers 1

TSocketMethod · 0.85

Calls 3

DoConnectImplFunction · 0.85
SetNonBlockFunction · 0.85
ReleaseMethod · 0.45

Tested by

no test coverage detected