MCPcopy Create free account
hub / github.com/ddnet/ddnet / net_set_blocking

Function net_set_blocking

src/base/net.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704int net_set_blocking(NETSOCKET sock)
705{
706 return net_set_blocking_impl(sock, true);
707}
708
709int net_would_block()
710{

Callers 1

Calls 1

net_set_blocking_implFunction · 0.85

Tested by

no test coverage detected