MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / is_connection_error

Function is_connection_error

dependencies/httplib/httplib.h:2621–2627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619}
2620
2621inline bool is_connection_error() {
2622#ifdef _WIN32
2623 return WSAGetLastError() != WSAEWOULDBLOCK;
2624#else
2625 return errno != EINPROGRESS;
2626#endif
2627}
2628
2629inline bool bind_ip_address(socket_t sock, const char *host) {
2630 struct addrinfo hints;

Callers 1

create_client_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected