MCPcopy 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
1281int 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
1290int net_init()
1291{

Callers 1

UpdateMethod · 0.85

Calls 1

net_errnoFunction · 0.85

Tested by

no test coverage detected