Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ net_would_block
Function
net_would_block
server/src/system.c:1281–1288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1279
}
1280
1281
int net_would_block()
1282
{
1283
#if defined(CONF_FAMILY_WINDOWS)
1284
return net_errno() == WSAEWOULDBLOCK;
1285
#else
1286
return net_errno() == EWOULDBLOCK;
1287
#endif
1288
}
1289
1290
int net_init()
1291
{
Callers
1
Update
Method · 0.85
Calls
1
net_errno
Function · 0.85
Tested by
no test coverage detected