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

Function Accept4

util/network/nonblock.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96} // namespace
97
98SOCKET Accept4(SOCKET s, struct sockaddr* addr, socklen_t* addrlen) {
99 return TFeatureCheck::Instance()->FastAccept(s, addr, addrlen);
100}
101
102SOCKET Socket4(int domain, int type, int protocol) {
103 return TFeatureCheck::Instance()->FastSocket(domain, type, protocol);

Callers 3

AcceptDFunction · 0.85
TFeatureCheckMethod · 0.85
FastAcceptMethod · 0.85

Calls 2

InstanceFunction · 0.85
FastAcceptMethod · 0.80

Tested by

no test coverage detected