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