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

Function net_set_non_blocking

src/base/net.cpp:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699int net_set_non_blocking(NETSOCKET sock)
700{
701 return net_set_blocking_impl(sock, false);
702}
703
704int net_set_blocking(NETSOCKET sock)
705{

Callers 4

OpenMethod · 0.85
InitMethod · 0.85
net_udp_createFunction · 0.85

Calls 1

net_set_blocking_implFunction · 0.85

Tested by

no test coverage detected