Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
699
int net_set_non_blocking(NETSOCKET sock)
700
{
701
return net_set_blocking_impl(sock, false);
702
}
703
704
int net_set_blocking(NETSOCKET sock)
705
{
Callers
4
Open
Method · 0.85
Init
Method · 0.85
net_udp_create
Function · 0.85
net_tcp_connect_non_blocking
Function · 0.85
Calls
1
net_set_blocking_impl
Function · 0.85
Tested by
no test coverage detected