MCPcopy Create free account
hub / github.com/acl-dev/acl / server_open

Method server_open

lib_acl_cpp/samples/udp/server/udp_sock.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100bool udp_sock::server_open(const char *local)
101{
102 return bind(local);
103}
104
105bool udp_sock::client_open(const char *local, const char *peer)
106{

Callers 1

mainFunction · 0.80

Calls 1

bindFunction · 0.85

Tested by

no test coverage detected