Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ net_errno
Function
net_errno
server/src/system.c:1272–1279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1270
}
1271
1272
int net_errno()
1273
{
1274
#if defined(CONF_FAMILY_WINDOWS)
1275
return WSAGetLastError();
1276
#else
1277
return errno;
1278
#endif
1279
}
1280
1281
int net_would_block()
1282
{
Callers
1
net_would_block
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected