Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
704
int net_set_blocking(NETSOCKET sock)
705
{
706
return net_set_blocking_impl(sock, true);
707
}
708
709
int net_would_block()
710
{
Callers
1
net_tcp_connect_non_blocking
Function · 0.85
Calls
1
net_set_blocking_impl
Function · 0.85
Tested by
no test coverage detected