Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ udp_server_open
Function
udp_server_open
lib_acl/samples/udp/udp.cpp:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
SOCK_UDP *udp_server_open(const char *local)
161
{
162
return sock_open(local);
163
}
164
165
void udp_close(SOCK_UDP *sock)
166
{
Callers
1
run
Function · 0.85
Calls
1
sock_open
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…