MCPcopy 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
160SOCK_UDP *udp_server_open(const char *local)
161{
162 return sock_open(local);
163}
164
165void udp_close(SOCK_UDP *sock)
166{

Callers 1

runFunction · 0.85

Calls 1

sock_openFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…